summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/dolphin-emu
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2022-11-08 19:56:00 +0100
committerMartino Fontana <tinozzo123@tutanota.com>2022-11-13 01:47:45 +0100
commitf5093f3eb64ca27d5425580e234b2ce4a49e70f0 (patch)
tree7d6142b041fbefc7932d3ca9cc9a011b3838058d /pkgs/applications/emulators/dolphin-emu
parent9f0ebc3f631afecc3723241d0f11b95283430067 (diff)
dolphin-emu-beta: small cleanup
Diffstat (limited to 'pkgs/applications/emulators/dolphin-emu')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/master.nix6
1 files changed, 5 insertions, 1 deletions
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"