melonDS: fix missing pipewire symbols

I don't know why it is necessary to add pipewire to the LD_LIBRARY_PATH
wrapper, but this does seem to make it work again.

Fixes #409850
This commit is contained in:
Benjamin Staffin
2025-06-17 12:37:32 -04:00
parent 66f4e33f51
commit 97e59469b3
+2
View File
@@ -9,6 +9,7 @@
libarchive,
libpcap,
libslirp,
pipewire,
pkg-config,
qt6,
stdenv,
@@ -68,6 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
"--prefix LD_LIBRARY_PATH : ${
lib.makeLibraryPath [
libpcap
pipewire
wayland
]
}"