jdupes: disable tests
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user