gpscorrelate: fix build (#342057)
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user