all-packages.nix: Changed gnucash expression to override the 'scheme' argument

in slibGuile so that the library is built with the same version of guile as
gnucash is.

svn path=/nixpkgs/trunk/; revision=27685
This commit is contained in:
Peter Simons 2011-07-09 12:11:41 +00:00
parent eb264a8c51
commit 483eb4948b

View file

@ -6321,6 +6321,7 @@ let
libgnomeprint;
gconf = gnome.GConf;
guile = guile_1_8;
slibGuile = slibGuile.override { scheme = guile_1_8; };
};
qcad = callPackage ../applications/misc/qcad { };