Renamed udev to udev166

This renaming prepares the landing of several versions of udev which are
required to boot old Linux versions.
The udev expression is mapped to udev166.

svn path=/nixpkgs/trunk/; revision=27718
This commit is contained in:
Ludovic Stordeur 2011-07-11 14:00:13 +00:00
parent ddb9ad5b3c
commit 89e57d47d7
2 changed files with 2 additions and 1 deletions

View file

@ -5656,7 +5656,8 @@ let
cross = assert crossSystem != null; crossSystem;
};
udev = callPackage ../os-specific/linux/udev { };
udev166 = callPackage ../os-specific/linux/udev/166.nix { };
udev = udev166;
uml = import ../os-specific/linux/kernel/linux-2.6.29.nix {
inherit fetchurl stdenv perl mktemp module_init_tools;