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