guile-2-test: Update to 2.0.

svn path=/nixpkgs/trunk/; revision=26059
This commit is contained in:
Ludovic Courtès 2011-02-22 13:39:56 +00:00
parent 4a5b7854a8
commit eba1278e84

View File

@ -10,7 +10,7 @@ let
allPackages { allPackages {
inherit system; inherit system;
config.packageOverrides = pkgs: { config.packageOverrides = pkgs: {
guile = pkgs.guile_1_9; guile = pkgs.guile_2_0;
}; };
}; };