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:
@@ -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
|
||||
]
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user