e2fsprogs: enable tests (previously explicitly disabled)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user