Skip to content

Commit

Permalink
Clean up after freecell-solver update
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 18, 2017
1 parent 5658324 commit d221e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -5179,7 +5179,7 @@ let self = _self // overrides; _self = with self; {
};
propagatedBuildInputs = [ TextGlob ];
meta = {
license = stdenv.lib.licenses.unknown;
license = stdenv.lib.licenses.free; # Same as Perl
};
};

Expand Down Expand Up @@ -13236,7 +13236,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "0418f03abe241f5a3c2a2ab3dd2679d11eee42c9e1f5b5a6ea80d9e238374302";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ MROCompat Moose TestRun TestRunCmdLine ] moreInputs;
propagatedBuildInputs = [ MROCompat Moose TestRun TestRunCmdLine ] ++ moreInputs;
moreInputs = [ TestTrap ]; # Added because tests were failing without it
doCheck=true;
meta = {
Expand All @@ -13253,7 +13253,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "ea4fb6768c4f6645cedf87d9b7c6baf97364ebc6f4171e4dd5f68939fb2bdd3a";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ TestRun TestRunCmdLine ] moreInputs;
propagatedBuildInputs = [ TestRun TestRunCmdLine ] ++ moreInputs;
moreInputs = [ TestTrap ]; # Added because tests were failing without it
doCheck=true;
meta = {
Expand Down

0 comments on commit d221e40

Please sign in to comment.