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:
parent
eb264a8c51
commit
483eb4948b
1 changed files with 1 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue