Hm, midori build would like to use file.

svn path=/nixpkgs/trunk/; revision=12865
This commit is contained in:
Michael Raskin 2008-09-15 10:30:04 +00:00
parent f427bc8831
commit 8261a3b1b0
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ let
buildInputs = with args; [
intltool python imagemagick gtk glib webkit libxml2
gtksourceview pkgconfig which gettext makeWrapper
file
];
in
rec {

View file

@ -6459,7 +6459,7 @@ let
midori = builderDefsPackage (import ../applications/networking/browsers/midori) {
inherit imagemagick intltool python pkgconfig webkit libxml2
which gettext makeWrapper;
which gettext makeWrapper file;
inherit (gtkLibs) gtk glib;
inherit (gnome) gtksourceview;
};