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