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; [
|
buildInputs = with args; [
|
||||||
intltool python imagemagick gtk glib webkit libxml2
|
intltool python imagemagick gtk glib webkit libxml2
|
||||||
gtksourceview pkgconfig which gettext makeWrapper
|
gtksourceview pkgconfig which gettext makeWrapper
|
||||||
|
file
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
@ -6459,7 +6459,7 @@ let
|
|||||||
|
|
||||||
midori = builderDefsPackage (import ../applications/networking/browsers/midori) {
|
midori = builderDefsPackage (import ../applications/networking/browsers/midori) {
|
||||||
inherit imagemagick intltool python pkgconfig webkit libxml2
|
inherit imagemagick intltool python pkgconfig webkit libxml2
|
||||||
which gettext makeWrapper;
|
which gettext makeWrapper file;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit (gtkLibs) gtk glib;
|
||||||
inherit (gnome) gtksourceview;
|
inherit (gnome) gtksourceview;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user