summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-08-24 05:23:27 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-08-24 05:23:27 +0000
commit6496dbbbc5a1264b60b7cc7494c64b91b41e3c88 (patch)
treea099588d05a9ce33e43603e4897d04c700d450ae
parent0e6cd4b7944043ff159f0aad51756574d93966b0 (diff)
Correctly pass libsoup_git_head to webkit and packages using it
svn path=/nixpkgs/trunk/; revision=16822
-rw-r--r--pkgs/top-level/all-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7e61a17bea5ec..5c84456eac0c3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4125,7 +4125,7 @@ let
   };
 
   webkit = builderDefsPackage (import ../development/libraries/webkit) {
-    inherit (gnome26) libsoup_git_head;
+    libsoup = gnome26.libsoup_git_head;
     inherit (gnome) gtkdoc;
     inherit (gtkLibs) gtk atk pango;
     inherit freetype fontconfig gettext gperf curl
@@ -6767,7 +6767,7 @@ let
       which gettext makeWrapper file libidn sqlite docutils libnotify;
     inherit (gtkLibs) gtk glib;
     inherit (gnome) gtksourceview;
-    inherit (gnome26) libsoup;
+    libsoup = gnome26.libsoup_git_head;
   };
 
   minicom = builderDefsPackage (selectVersion ../tools/misc/minicom "2.3") {
@@ -7210,7 +7210,7 @@ let
   uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
     inherit pkgconfig webkit makeWrapper;
     inherit (gtkLibs) gtk;
-    inherit (gnome26) libsoup;
+    libsoup = gnome26.libsoup_git_head;
   };
 
   valknut = import ../applications/networking/p2p/valknut {