e2fsprogs: enable tests (previously explicitly disabled)
This commit is contained in:
parent
b531c19806
commit
8add9b7c21
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
checkInputs = [ perl ];
|
||||
doCheck = false; # fails
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
# avoid cycle between outputs
|
||||
|
|
Loading…
Reference in New Issue