perlPackages.Starlet: disable checks on Darwin
Failing on Hydra for some months
This commit is contained in:
parent
1d6da540ff
commit
4b8c297d52
@ -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…
x
Reference in New Issue
Block a user