mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Don't recurse into perl510Packages. It confuses nix-env -u since it
can't distinguish between 5.10 and 5.14 packages. (We should probably include the Perl version number in the name of Perl packages, like GHC packages.) svn path=/nixpkgs/trunk/; revision=33422
This commit is contained in:
parent
9f73f39527
commit
2d0e07c242
1 changed files with 2 additions and 2 deletions
|
@ -4930,12 +4930,12 @@ let
|
|||
inherit pkgs;
|
||||
});
|
||||
|
||||
perl510Packages = recurseIntoAttrs (import ./perl-packages.nix {
|
||||
perl510Packages = import ./perl-packages.nix {
|
||||
pkgs = pkgs // {
|
||||
perl = perl510;
|
||||
buildPerlPackage = import ../development/perl-modules/generic perl510;
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
perlXMLParser = perlPackages.XMLParser;
|
||||
|
||||
|
|
Loading…
Reference in a new issue