Rename kernel*' to linux*'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19068
This commit is contained in:
Ludovic Courtès
2009-12-21 14:12:00 +00:00
parent fac9a5c936
commit 4b31ecfb74
2 changed files with 29 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoconf, automake, flex, yacc,
kernel_2_6_28, glibc, ncurses, perl, krb5 }:
linux_2_6_28, glibc, ncurses, perl, krb5 }:
assert stdenv.isLinux;
@@ -8,7 +8,7 @@ let
version = "1.4.11";
name = "${pname}-${version}";
webpage = http://www.openafs.org;
kernel = kernel_2_6_28;
kernel = linux_2_6_28;
in
stdenv.mkDerivation rec {