Unverified Commit d963c59b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

gpscorrelate: fix build

parent 999011cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ 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; {