mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
gpscorrelate: 2.1 -> 2.2 (#349545)
This commit is contained in:
commit
724e8456d2
@ -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 = [
|
||||
@ -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…
Reference in New Issue
Block a user