mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
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
Block a user