Unverified Commit 724e8456 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

gpscorrelate: 2.1 -> 2.2 (#349545)

parents ccc0c212 1306e829
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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; {