summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-08-17 17:37:55 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-08-17 17:37:55 +0000
commite5db73bd739a792c8da019f690ee95b1172eb7ce (patch)
tree296dbe8fb64fe705fe746b75b7a4883f4db66aa8 /pkgs/system/all-packages-generic.nix
parent28ed4c5fc4b8ea9c141f18ae7d976518b57fc8d3 (diff)
downloadnixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.tar
nixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.tar.gz
nixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.tar.bz2
nixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.tar.lz
nixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.tar.xz
nixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.tar.zst
nixpkgs-e5db73bd739a792c8da019f690ee95b1172eb7ce.zip
add Linux hot-plug
svn path=/nixpkgs/trunk/; revision=3626
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 08e6c3962a7..94f9ff17e03 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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) {