mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Added perl dependency to ndiswrapper
svn path=/nixpkgs/trunk/; revision=12106
This commit is contained in:
parent
24023bdcb9
commit
74bba82d38
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user