* Move perl-5.8 and perl-5.10 into perl/ per the coding conventions.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30055
This commit is contained in:
parent
af640dee05
commit
20ab6cfbf7
|
@ -2559,11 +2559,11 @@ let
|
||||||
# mercurial (hg) bleeding edge version
|
# mercurial (hg) bleeding edge version
|
||||||
octaveHG = callPackage ../development/interpreters/octave/hg.nix { };
|
octaveHG = callPackage ../development/interpreters/octave/hg.nix { };
|
||||||
|
|
||||||
perl58 = callPackage ../development/interpreters/perl-5.8 {
|
perl58 = callPackage ../development/interpreters/perl/5.8 {
|
||||||
impureLibcPath = if stdenv.isLinux then null else "/usr";
|
impureLibcPath = if stdenv.isLinux then null else "/usr";
|
||||||
};
|
};
|
||||||
|
|
||||||
perl510 = callPackage ../development/interpreters/perl-5.10 {
|
perl510 = callPackage ../development/interpreters/perl/5.10 {
|
||||||
fetchurl = fetchurlBoot;
|
fetchurl = fetchurlBoot;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue