Typo in acerhk module
svn path=/nixpkgs/branches/stdenv-updates/; revision=9845
This commit is contained in:
parent
22d52c456a
commit
d6027b718b
|
@ -2788,7 +2788,7 @@ rec {
|
||||||
# this creates a patch which can be applied to the kernel to integrate this module..
|
# this creates a patch which can be applied to the kernel to integrate this module..
|
||||||
kernel_module_acerhk = import ../os-specific/linux/kernel/acerhk {
|
kernel_module_acerhk = import ../os-specific/linux/kernel/acerhk {
|
||||||
inherit fetchurl stdenv gnupatch;
|
inherit fetchurl stdenv gnupatch;
|
||||||
kernel = builtins.getAttr kernel "2.6.21";
|
kernel = builtins.getAttr "2.6.21" kernel;
|
||||||
debug = true;
|
debug = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue