jdupes: disable tests
This commit is contained in:
parent
1781c007c5
commit
49dd9d8ab2
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user