summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-08-24 07:29:37 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-08-24 07:29:37 +0000
commita212ab8899ad921c5b372e8c7e3a0ccd0cca74bf (patch)
tree319c39319054ebdb4add86c44ed225a47cbea6cf /pkgs/desktops
parent6770d7aa4d725fd14d103b30416f3ba884f0cb69 (diff)
gnome-keyring is not what we really need in libsoup for WebKit, so build fresh libsoup without Gnome features causing failure
svn path=/nixpkgs/trunk/; revision=16827
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-2.26/desktop/libsoup/git-head.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-2.26/desktop/libsoup/git-head.nix b/pkgs/desktops/gnome-2.26/desktop/libsoup/git-head.nix
index 52cc35e8b9c7f..7c046ca9d513b 100644
--- a/pkgs/desktops/gnome-2.26/desktop/libsoup/git-head.nix
+++ b/pkgs/desktops/gnome-2.26/desktop/libsoup/git-head.nix
@@ -17,4 +17,5 @@ stdenv.mkDerivation {
     export ACLOCAL_FLAGS='-I ${pkgconfig}/share/aclocal -I ${gtk_doc}/share/aclocal -I ${libtool}/share/aclocal'
     ./autogen.sh
   '';
+  configureFlags = ["--without-gnome"];
 }