Added perl dependency to ndiswrapper

svn path=/nixpkgs/trunk/; revision=12105
This commit is contained in:
Michael Raskin 2008-06-15 17:30:22 +00:00
parent db24f5948f
commit 24023bdcb9

View File

@ -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 {