lighttpd: Enable tests
They seem to pass now, so why not.
This commit is contained in:
parent
bd141e9af1
commit
a162a562bd
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
checkInputs = [ perl ];
|
||||
doCheck = false; # fails 2 tests
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/share/lighttpd/doc/config"
|
||||
|
|
Loading…
Reference in New Issue