Make Libtool 2.x the default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14639
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user