mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
perlPackages.Starlet: disable checks on Darwin
Failing on Hydra for some months
This commit is contained in:
parent
1d6da540ff
commit
4b8c297d52
1 changed files with 1 additions and 0 deletions
|
@ -15771,6 +15771,7 @@ let
|
||||||
};
|
};
|
||||||
buildInputs = [ LWP TestSharedFork TestTCP ];
|
buildInputs = [ LWP TestSharedFork TestTCP ];
|
||||||
propagatedBuildInputs = [ ParallelPrefork Plack ServerStarter ];
|
propagatedBuildInputs = [ ParallelPrefork Plack ServerStarter ];
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple, high-performance PSGI/Plack HTTP server";
|
description = "A simple, high-performance PSGI/Plack HTTP server";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue