mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
lighttpd: Enable tests
They seem to pass now, so why not.
This commit is contained in:
parent
bd141e9af1
commit
a162a562bd
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue