Allow libusb in gnokii

svn path=/nixpkgs/trunk/; revision=18533
This commit is contained in:
Michael Raskin 2009-11-22 19:28:56 +00:00
parent 87a62e5409
commit 2b606fe313
2 changed files with 2 additions and 2 deletions

View file

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

View file

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