mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
Fix some strange Uzbl library problem
svn path=/nixpkgs/trunk/; revision=22310
This commit is contained in:
parent
eacf0d1227
commit
4462d3b9c7
@ -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"
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user