Added perl dependency to ndiswrapper

svn path=/nixpkgs/trunk/; revision=12106
This commit is contained in:
Michael Raskin 2008-06-15 17:30:34 +00:00
parent 24023bdcb9
commit 74bba82d38

View File

@ -16,6 +16,8 @@ stdenv.mkDerivation {
mv $out/usr/sbin/* $out/sbin/
mv $out/usr/share $out/
rm -r $out/usr
patchShebangs $out/sbin
'';
# should we use unstable?
@ -24,7 +26,7 @@ stdenv.mkDerivation {
sha256 = "00622nxa3q9n8v7qdz274d0nzz9r13lx77xi27s5bnk0mkila03q";
};
buildInputs =[kernel];
buildInputs =[kernel perl];
# this is a patch against svn head, not stable version
patches = [./prefix.patch];