mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
subversion: generally use version 1.5.x by default
svn path=/nixpkgs/trunk/; revision=13081
This commit is contained in:
parent
b4da0ccf16
commit
974bb73947
|
@ -1971,7 +1971,7 @@ let
|
|||
|
||||
perl = if !stdenv.isLinux then sysPerl else realPerl;
|
||||
|
||||
perl58 = if !stdenv.isLinux then sysPerl else
|
||||
perl58 = if !stdenv.isLinux then sysPerl else
|
||||
import ../development/interpreters/perl-5.8 {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue