Typo in acerhk module

svn path=/nixpkgs/branches/stdenv-updates/; revision=9845
This commit is contained in:
Yury G. Kudryashov 2007-12-03 23:01:17 +00:00
parent 22d52c456a
commit d6027b718b

View file

@ -2788,7 +2788,7 @@ rec {
# this creates a patch which can be applied to the kernel to integrate this module..
kernel_module_acerhk = import ../os-specific/linux/kernel/acerhk {
inherit fetchurl stdenv gnupatch;
kernel = builtins.getAttr kernel "2.6.21";
kernel = builtins.getAttr "2.6.21" kernel;
debug = true;
};