e5db73bd73
svn path=/nixpkgs/trunk/; revision=3626
11 lines
287 B
Nix
11 lines
287 B
Nix
{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];
|
|
}
|