jdupes: disable tests

This commit is contained in:
Jan Malakhovski 2018-07-23 08:51:53 +00:00
parent 1781c007c5
commit 49dd9d8ab2

View File

@ -19,9 +19,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = false; # broken Makefile, the above also removes tests
postInstall = ''
install -Dm644 -t $out/share/doc/jdupes CHANGES LICENSE README
'';
meta = with stdenv.lib; {