perlPackages.Starlet: disable checks on Darwin

Failing on Hydra for some months
This commit is contained in:
c0bw3b 2019-10-20 20:19:25 +02:00
parent 1d6da540ff
commit 4b8c297d52

View file

@ -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 ];