3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200242 from SuperSamus/dolphin-emu-cleanup

dolphin-emu-beta: small cleanup
This commit is contained in:
ajs124 2022-11-13 15:23:14 +01:00 committed by GitHub
commit 150b73ddb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,12 @@
, libGL
, libXrandr
, libusb1
, libXdmcp
, libXext
, openal
, udev
, libevdev
, cubeb
, curl
, alsa-lib
, miniupnpc
@ -73,6 +75,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
cubeb
curl
ffmpeg
pugixml
@ -83,6 +86,7 @@ stdenv.mkDerivation rec {
libusb1
libiconv
libpng
libXdmcp
hidapi
miniupnpc
enet
@ -127,7 +131,7 @@ stdenv.mkDerivation rec {
];
qtWrapperArgs = lib.optionals stdenv.isLinux [
"--prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib"
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [vulkan-loader]}"
# https://bugs.dolphin-emu.org/issues/11807
# The .desktop file should already set this, but Dolphin may be launched in other ways
"--set QT_QPA_PLATFORM xcb"