3
0
Fork 0
forked from mirrors/nixpkgs

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 {
inherit system;
config.packageOverrides = pkgs: {
guile = pkgs.guile_1_9;
guile = pkgs.guile_2_0;
};
};