dolphinEmu: Fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter. While at it, also move cmake to nativeBuildInputs.
This commit is contained in:
parent
a0739823bd
commit
99fbfef024
@ -19,7 +19,7 @@
|
||||
, libXdmcp
|
||||
, portaudio
|
||||
, fetchFromGitHub
|
||||
, libusb
|
||||
, libusb1
|
||||
, libevdev
|
||||
, wxGTK30
|
||||
, soundtouch
|
||||
@ -73,10 +73,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
cmake
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
cmake
|
||||
bluez
|
||||
ffmpeg
|
||||
libao
|
||||
@ -93,12 +93,11 @@ stdenv.mkDerivation rec {
|
||||
libevdev
|
||||
libXdmcp
|
||||
portaudio
|
||||
libusb
|
||||
libpulseaudio
|
||||
libevdev
|
||||
libXdmcp
|
||||
portaudio
|
||||
libusb
|
||||
libusb1
|
||||
libpulseaudio
|
||||
wxGTK30
|
||||
soundtouch
|
||||
|
Loading…
Reference in New Issue
Block a user