mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
jdupes: disable tests
This commit is contained in:
parent
1781c007c5
commit
49dd9d8ab2
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user