libusb1: use pkgconfig
This commit is contained in:
parent
fe0976b9a9
commit
93c4afe856
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libusb-1.0.9";
|
name = "libusb-1.0.9";
|
||||||
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "16sz34ix6hw2wwl3kqx6rf26fg210iryr68wc439dc065pffw879";
|
sha256 = "16sz34ix6hw2wwl3kqx6rf26fg210iryr68wc439dc065pffw879";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.libusb.org;
|
homepage = http://www.libusb.org;
|
||||||
description = "User-space USB library";
|
description = "User-space USB library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user