Loading pkgs/by-name/gp/gpscorrelate/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "gpscorrelate"; version = "2.1"; version = "2.2"; src = fetchFromGitHub { owner = "dfandrich"; repo = "gpscorrelate"; rev = version; hash = "sha256-1t9XUY12hVaUNOg785dMJCiaMMCI2XCcif1DkKYXOoo="; hash = "sha256-H1kqOzL79/Y1kHVEQ5y9JRWTDCBMbtEPo75drm8+7Qo="; }; nativeBuildInputs = [ Loading @@ -48,11 +48,6 @@ stdenv.mkDerivation rec { doCheck = true; preCheck = '' # https://github.com/dfandrich/gpscorrelate/issues/29 rm tests/data/test005.* ''; installTargets = [ "install" "install-po" "install-desktop-file" ]; meta = with lib; { Loading Loading
pkgs/by-name/gp/gpscorrelate/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "gpscorrelate"; version = "2.1"; version = "2.2"; src = fetchFromGitHub { owner = "dfandrich"; repo = "gpscorrelate"; rev = version; hash = "sha256-1t9XUY12hVaUNOg785dMJCiaMMCI2XCcif1DkKYXOoo="; hash = "sha256-H1kqOzL79/Y1kHVEQ5y9JRWTDCBMbtEPo75drm8+7Qo="; }; nativeBuildInputs = [ Loading @@ -48,11 +48,6 @@ stdenv.mkDerivation rec { doCheck = true; preCheck = '' # https://github.com/dfandrich/gpscorrelate/issues/29 rm tests/data/test005.* ''; installTargets = [ "install" "install-po" "install-desktop-file" ]; meta = with lib; { Loading