Fix some strange Uzbl library problem

svn path=/nixpkgs/trunk/; revision=22310
This commit is contained in:
Michael Raskin 2010-06-17 15:23:38 +00:00
parent eacf0d1227
commit 4462d3b9c7
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ rec {
phaseNames = ["addInputs" "setVars" "doMakeInstall" "doWrap"];
setVars = a.noDepEntry (''
export NIX_LDFLAGS="$NIX_LDFLAGS -L${a.libX11}/lib -lX11"
'');
doWrap = a.makeManyWrappers "$out/bin/uzbl-core"

View File

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