Fixing Gnokii build

svn path=/nixpkgs/trunk/; revision=22160
This commit is contained in:
Michael Raskin 2010-06-05 21:14:41 +00:00
parent 5d10c4f9b9
commit 43790aa2dc
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@ let
s = import ./src-for-default.nix;
buildInputs = with a; [
perl intltool gettext libusb
glib pkgconfig
];
in
rec {

View file

@ -810,7 +810,8 @@ let
};
gnokii = builderDefsPackage (import ../tools/misc/gnokii) {
inherit intltool perl gettext libusb;
inherit intltool perl gettext libusb pkgconfig;
inherit (gtkLibs) glib;
};
gnugrep = useFromStdenv "gnugrep"