deal with libusb name change
This commit is contained in:
parent
6d911ad15d
commit
76658c255c
|
@ -3,7 +3,7 @@
|
|||
buildGo122Module,
|
||||
fetchFromGitHub,
|
||||
unicorn,
|
||||
libusb,
|
||||
libusb1,
|
||||
pkg-config,
|
||||
}:
|
||||
|
||||
|
@ -23,7 +23,7 @@ buildGo122Module rec {
|
|||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
unicorn
|
||||
libusb
|
||||
libusb1
|
||||
];
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
fontconfig,
|
||||
freetype,
|
||||
libgcc,
|
||||
libusb,
|
||||
libusb1,
|
||||
libICE,
|
||||
libSM,
|
||||
ncurses5,
|
||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
libXrandr
|
||||
libXrender
|
||||
libgcc.lib
|
||||
libusb
|
||||
libusb1
|
||||
ncurses5
|
||||
udev
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue