raysession: fix pipewire-jack compatibility

This commit is contained in:
Justinas Stankevicius 2024-11-02 20:50:18 +02:00
parent efb30c73fc
commit 157f77fc28

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 = ''