forked from mirrors/nixpkgs
Added perl dependency to ndiswrapper
svn path=/nixpkgs/trunk/; revision=12105
This commit is contained in:
parent
db24f5948f
commit
24023bdcb9
|
@ -4907,7 +4907,7 @@ let pkgs = rec {
|
|||
*/
|
||||
ndiswrapper = import ../os-specific/linux/ndiswrapper {
|
||||
inherit fetchurl stdenv;
|
||||
inherit kernel;
|
||||
inherit kernel perl;
|
||||
};
|
||||
|
||||
ov511 = import ../os-specific/linux/ov511 {
|
||||
|
|
Loading…
Reference in a new issue