Unverified Commit b6990c30 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gource: 0.55 -> 0.56 (#500980)

parents 54062fd7 7081de57
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -22,21 +22,16 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gource";
  version = "0.55";
  version = "0.56";

  src = fetchurl {
    url = "https://github.com/acaudwell/Gource/releases/download/gource-${finalAttrs.version}/gource-${finalAttrs.version}.tar.gz";
    hash = "sha256-yCOSEtKLB1CNnkd2GZdoAmgWKPwl6z4E9mcRdwE8AUI=";
    hash = "sha256-My2Jual5sXQX+84O3XKxmRTxQJ/RJqE9EXh9DhXcDXk=";
  };

  postPatch = ''
    # remove bundled library
    rm -r src/tinyxml

    # Fix build with boost 1.89
    rm m4/ax_boost_system.m4
    substituteInPlace configure.ac \
      --replace-fail "AX_BOOST_SYSTEM" ""
  '';

  nativeBuildInputs = [