needs gawk
svn path=/nixpkgs/trunk/; revision=5723
This commit is contained in:
parent
fee4d3f929
commit
f38d827007
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue