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
|
, libXdmcp
|
||||||
, portaudio
|
, portaudio
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, libusb
|
, libusb1
|
||||||
, libevdev
|
, libevdev
|
||||||
, wxGTK30
|
, wxGTK30
|
||||||
, soundtouch
|
, soundtouch
|
||||||
@ -73,10 +73,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
cmake
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake
|
|
||||||
bluez
|
bluez
|
||||||
ffmpeg
|
ffmpeg
|
||||||
libao
|
libao
|
||||||
@ -93,12 +93,11 @@ stdenv.mkDerivation rec {
|
|||||||
libevdev
|
libevdev
|
||||||
libXdmcp
|
libXdmcp
|
||||||
portaudio
|
portaudio
|
||||||
libusb
|
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
libevdev
|
libevdev
|
||||||
libXdmcp
|
libXdmcp
|
||||||
portaudio
|
portaudio
|
||||||
libusb
|
libusb1
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
wxGTK30
|
wxGTK30
|
||||||
soundtouch
|
soundtouch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user