Forgot makeWrapper input to uzbl
svn path=/nixpkgs/trunk/; revision=16550
This commit is contained in:
parent
35aa394332
commit
0b7b42ac25
@ -4,7 +4,7 @@ let
|
|||||||
|
|
||||||
version = a.lib.attrByPath ["version"] "2009.07.18" a;
|
version = a.lib.attrByPath ["version"] "2009.07.18" a;
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
pkgconfig webkit libsoup gtk
|
pkgconfig webkit libsoup gtk makeWrapper
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
@ -7113,7 +7113,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
|
uzbl = builderDefsPackage (import ../applications/networking/browsers/uzbl) {
|
||||||
inherit pkgconfig webkit;
|
inherit pkgconfig webkit makeWrapper;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
inherit (gnome26) libsoup;
|
inherit (gnome26) libsoup;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user