add Linux hot-plug
svn path=/nixpkgs/trunk/; revision=3626
This commit is contained in:
10
pkgs/os-specific/linux/hotplug/default.nix
Normal file
10
pkgs/os-specific/linux/hotplug/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hotplug-2004_03_29";
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/linux-hotplug/hotplug-2004_03_29.tar.gz;
|
||||
md5 = "167bd479a1ca30243c51ca088e0942b3";
|
||||
};
|
||||
patches = [./hotplug-install-path.patch];
|
||||
}
|
||||
Reference in New Issue
Block a user