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

@@ -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];
}