patchance, raysession: fix pipewire compatibility ()

This commit is contained in:
Aleksana 2024-11-23 17:26:16 +08:00 committed by GitHub
commit f34aac0ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
pkgs/applications/audio
patchance
raysession

View File

@ -25,7 +25,7 @@ buildPythonApplication rec {
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];
makeWrapperArgs = [ makeWrapperArgs = [
"--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ]) "--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
]; ];
preFixup = '' preFixup = ''

View File

@ -32,7 +32,7 @@ buildPythonApplication rec {
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];
makeWrapperArgs = [ makeWrapperArgs = [
"--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ]) "--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
]; ];
postFixup = '' postFixup = ''