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:
parent
b2548922bf
commit
ac28a13f56
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user