Make Libtool 2.x the default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14639
This commit is contained in:
parent
61e0c6d495
commit
d98cb76a06
|
@ -2477,11 +2477,11 @@ let
|
|||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
libtool = import ../development/tools/misc/libtool {
|
||||
libtool_1_5 = import ../development/tools/misc/libtool {
|
||||
inherit fetchurl stdenv perl m4;
|
||||
};
|
||||
|
||||
libtool2 = import ../development/tools/misc/libtool/libtool2.nix {
|
||||
libtool = import ../development/tools/misc/libtool/libtool2.nix {
|
||||
inherit fetchurl stdenv lzma perl m4;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue