From f5093f3eb64ca27d5425580e234b2ce4a49e70f0 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Tue, 8 Nov 2022 19:56:00 +0100 Subject: [PATCH] dolphin-emu-beta: small cleanup --- pkgs/applications/emulators/dolphin-emu/master.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/emulators/dolphin-emu/master.nix b/pkgs/applications/emulators/dolphin-emu/master.nix index f178fe90e3fb..eee0213ea12b 100644 --- a/pkgs/applications/emulators/dolphin-emu/master.nix +++ b/pkgs/applications/emulators/dolphin-emu/master.nix @@ -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"