jdupes: disable tests

This commit is contained in:
Jan Malakhovski
2018-08-11 09:35:35 +00:00
parent 1781c007c5
commit 49dd9d8ab2
+2 -1
View File
@@ -19,9 +19,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
doCheck = false; # broken Makefile, the above also removes tests
postInstall = '' postInstall = ''
install -Dm644 -t $out/share/doc/jdupes CHANGES LICENSE README install -Dm644 -t $out/share/doc/jdupes CHANGES LICENSE README
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {