patchance: fix pipewire-jack compatibility

This commit is contained in:
Justinas Stankevicius 2024-11-02 20:49:51 +02:00
parent 80b560bc35
commit efb30c73fc

View File

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