3
0
Fork 0
forked from mirrors/nixpkgs

gnunet-setup wanted guile 1.8.

I also restored the default gtkSupport variable I had touched in a previous commit.

svn path=/nixpkgs/trunk/; revision=27542
This commit is contained in:
Lluís Batlle i Rossell 2011-06-26 20:09:44 +00:00
parent b2548922bf
commit ac28a13f56

View file

@ -6340,7 +6340,8 @@ let
gnunet = callPackage ../applications/networking/p2p/gnunet {
inherit (gnome) gtk libglade;
gtkSupport = getConfig [ "gnunet" "gtkSupport" ] false;
guile = guile_1_8;
gtkSupport = getConfig [ "gnunet" "gtkSupport" ] true;
};
gocr = callPackage ../applications/graphics/gocr { };