summary refs log tree commit diff
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-10-20 20:19:25 +0200
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-10-20 20:19:25 +0200
commit4b8c297d52336cf483ec85c6a7a78b563d3d19fc (patch)
tree471ee12141926bf4e28f7302c0b1ce150a73d6a3
parent1d6da540ffd0945d1cf650ed6e790e2c73c77ffb (diff)
downloadnixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.tar
nixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.tar.gz
nixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.tar.bz2
nixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.tar.lz
nixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.tar.xz
nixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.tar.zst
nixpkgs-4b8c297d52336cf483ec85c6a7a78b563d3d19fc.zip
perlPackages.Starlet: disable checks on Darwin
Failing on Hydra for some months
-rw-r--r--pkgs/top-level/perl-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index ed74e032e13..e60b9b273fe 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -15771,6 +15771,7 @@ let
     };
     buildInputs = [ LWP TestSharedFork TestTCP ];
     propagatedBuildInputs = [ ParallelPrefork Plack ServerStarter ];
+    doCheck = !stdenv.isDarwin;
     meta = {
       description = "A simple, high-performance PSGI/Plack HTTP server";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];