Skip to content

Commit efb30c7

Browse files
committed
patchance: fix pipewire-jack compatibility
1 parent 80b560b commit efb30c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/audio/patchance/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildPythonApplication rec {
2525
installFlags = [ "PREFIX=$(out)" ];
2626

2727
makeWrapperArgs = [
28-
"--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
28+
"--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
2929
];
3030

3131
preFixup = ''

0 commit comments

Comments
 (0)