gpscorrelate: fix build (#342057)

This commit is contained in:
Artturin
2024-09-15 17:41:45 +03:00
committed by GitHub
+5
View File
@@ -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; {