Use libusb1.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
f0c2bf5345
commit
71794f5e01
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
autoconf,
|
||||
automake,
|
||||
tcl,
|
||||
libusb1,
|
||||
}:
|
||||
let
|
||||
|
||||
|
|
@ -26,6 +27,10 @@ stdenv.mkDerivation rec {
|
|||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
libusb1
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
libtool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue