3
0
Fork 0
forked from mirrors/nixpkgs

Another typo in acerhk

svn path=/nixpkgs/branches/stdenv-updates/; revision=9846
This commit is contained in:
Yury G. Kudryashov 2007-12-03 23:07:22 +00:00
parent d6027b718b
commit 2be10fd095

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 "2.6.21" kernel;
kernel = builtins.getAttr "2.6.21" kernel_alts;
debug = true;
};