lighttpd: Enable tests

They seem to pass now, so why not.
This commit is contained in:
Kirill Elagin 2019-01-06 13:05:30 +03:00
parent bd141e9af1
commit a162a562bd
No known key found for this signature in database
GPG key ID: 914505DF3B3B7B76

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
'';
checkInputs = [ perl ];
doCheck = false; # fails 2 tests
doCheck = true;
postInstall = ''
mkdir -p "$out/share/lighttpd/doc/config"