Fix uzbl build

svn path=/nixpkgs/trunk/; revision=24440
This commit is contained in:
Michael Raskin 2010-10-23 20:54:07 +00:00
parent ac0dea26fb
commit 65ec046a15
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ let
buildInputs = with a; [
libsoup pkgconfig webkit gtk makeWrapper
kbproto
];
in
rec {

View file

@ -6262,7 +6262,7 @@ let
uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
inherit pkgconfig webkit makeWrapper;
inherit (gtkLibs) gtk glib;
inherit (xlibs) libX11;
inherit (xlibs) libX11 kbproto;
libsoup = gnome28.libsoup_2_31;
};