[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";
|
description = "Everything you need to follow the Catalyst Tutorial";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
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 {
|
TaskFreecellSolverTesting = buildPerlModule rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user