mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 11:05:30 +03:00
add usbutils
svn path=/nixpkgs/trunk/; revision=4491
This commit is contained in:
parent
611a70c502
commit
050fd281cd
1 changed files with 10 additions and 0 deletions
10
pkgs/os-specific/linux/usbutils/default.nix
Normal file
10
pkgs/os-specific/linux/usbutils/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{stdenv, fetchurl, libusb}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "usbutils-0.71";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://surfnet.dl.sourceforge.net/sourceforge/linux-usb/usbutils-0.71.tar.gz;
|
||||||
|
md5 = "479d7c7098ef44cc95e7978fd71c712c";
|
||||||
|
};
|
||||||
|
buildInputs = [libusb];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue