add libusb
svn path=/nixpkgs/trunk/; revision=4490
This commit is contained in:
parent
55068cef8a
commit
611a70c502
9
pkgs/development/libraries/libusb/default.nix
Normal file
9
pkgs/development/libraries/libusb/default.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libusb-0.1.10a";
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/libusb/libusb-0.1.10a.tar.gz;
|
||||
md5 = "c6062b29acd2cef414bcc34e0decbdd1";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user