Loading pkgs/by-name/go/gource/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/by-name/go/gource/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -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 = [ Loading