Unverified Commit cfd89233 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

gpscorrelate: fix build (#342057)

parents aa568b6c d963c59b
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; {