summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-02 20:39:57 +0000
committervolth <volth@volth.com>2018-06-02 20:39:57 +0000
commit9a06f83907632874736cb3be565c76ddfa628195 (patch)
treebeed33df189d654700819348125d5c0547ead287 /pkgs/top-level
parent21babc775fcb2b1921d309daf5f101e0ae88a448 (diff)
downloadnixlib-9a06f83907632874736cb3be565c76ddfa628195.tar
nixlib-9a06f83907632874736cb3be565c76ddfa628195.tar.gz
nixlib-9a06f83907632874736cb3be565c76ddfa628195.tar.bz2
nixlib-9a06f83907632874736cb3be565c76ddfa628195.tar.lz
nixlib-9a06f83907632874736cb3be565c76ddfa628195.tar.xz
nixlib-9a06f83907632874736cb3be565c76ddfa628195.tar.zst
nixlib-9a06f83907632874736cb3be565c76ddfa628195.zip
[cpan2nix] perlPackages.DistZillaPluginBundleTestingMania: cleanup
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 38a6f083902f..66cef1d23d64 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -4668,7 +4668,7 @@ let self = _self // overrides; _self = with self; {
       description = "Test your dist with every testing plugin conceivable";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
     };
-    doCheck = false;
+    doCheck = false; /* fails with 'open3: exec of .. perl .. failed: Argument list too long at .../TAP/Parser/Iterator/Process.pm line 165.' */
   };
 
   DistZillaPluginCheckChangeLog = buildPerlPackage {