mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
[cpan2nix] perlPackages.TaskCatalystTutorial: cleanup
This commit is contained in:
parent
6f6b19c4de
commit
175ede7bf9
|
@ -14627,7 +14627,7 @@ let self = _self // overrides; _self = with self; {
|
|||
description = "Everything you need to follow the Catalyst Tutorial";
|
||||
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.' */
|
||||
};
|
||||
|
||||
TaskFreecellSolverTesting = buildPerlModule rec {
|
||||
|
|
Loading…
Reference in a new issue