Forgot makeWrapper input to uzbl

svn path=/nixpkgs/trunk/; revision=16550
This commit is contained in:
Michael Raskin 2009-08-03 06:27:20 +00:00
parent 35aa394332
commit 0b7b42ac25
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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;
}; };