Hm, midori build would like to use file.
svn path=/nixpkgs/trunk/; revision=12865
This commit is contained in:
parent
f427bc8831
commit
8261a3b1b0
@ -9,6 +9,7 @@ let
|
||||
buildInputs = with args; [
|
||||
intltool python imagemagick gtk glib webkit libxml2
|
||||
gtksourceview pkgconfig which gettext makeWrapper
|
||||
file
|
||||
];
|
||||
in
|
||||
rec {
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user