needs gawk

svn path=/nixpkgs/trunk/; revision=5723
This commit is contained in:
Armijn Hemel 2006-07-16 23:09:44 +00:00
parent fee4d3f929
commit f38d827007

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, kernel}:
{stdenv, fetchurl, kernel, gawk}:
stdenv.mkDerivation {
name = "qc-usb-0.6.4";
@ -8,5 +8,6 @@ stdenv.mkDerivation {
md5 = "7e91c3a633382c99100e3ef4f1d9f50a";
};
inherit kernel;
buildInputs = [gawk];
patches = [./quickcam-install.patch];
}