add Linux hot-plug

svn path=/nixpkgs/trunk/; revision=3626
This commit is contained in:
Armijn Hemel
2005-08-17 17:37:55 +00:00
parent 28ed4c5fc4
commit e5db73bd73
3 changed files with 26 additions and 0 deletions

View File

@@ -1100,6 +1100,10 @@ rec {
inherit fetchurl stdenv nasm perl;
};
hotplug = import ../os-specific/linux/hotplug {
inherit fetchurl stdenv;
};
### DATA
docbook_xml_dtd_42 = (import ../data/sgml+xml/schemas/xml-dtd/docbook-4.2) {