summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-07-18 22:54:20 +0000
committervolth <volth@volth.com>2019-07-31 06:39:43 +0000
commit531ba0e0e8707631ce7aaf443c154f8dd23fe2c4 (patch)
tree0a5b7bb258b9e223445d3961f3ebae1ab53e6255 /pkgs/top-level/perl-packages.nix
parent199806c920e62fdfb37e2b8e31c362e1c6720264 (diff)
[cpan2nix] perlPackages.TaskFreecellSolverTesting: cleanup
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-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 309995945fd8..eb3421c1e60e 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -16030,7 +16030,7 @@ let
sha256 = "a2f73c65d0e5676cf4aae213ba4c3f88bf85f084a2165f1e71e3ce5b19023206";
};
buildInputs = [ CodeTidyAll TestDataSplit TestDifferences TestPerlTidy TestRunPluginTrimDisplayedFilenames TestRunValgrind TestTrailingSpace TestTrap ];
- propagatedBuildInputs = [ EnvPath FileWhich GamesSolitaireVerify InlineC MooX PathTiny StringShellQuote TaskTestRunAllPlugins TemplateToolkit YAMLLibYAML ];
+ propagatedBuildInputs = [ EnvPath FileWhich GamesSolitaireVerify InlineC MooX StringShellQuote TaskTestRunAllPlugins TemplateToolkit YAMLLibYAML ];
meta = {
description = "Install the CPAN dependencies of the Freecell Solver test suite";
license = stdenv.lib.licenses.mit;