Skip to content

Commit 157f77f

Browse files
committed
raysession: fix pipewire-jack compatibility
1 parent efb30c7 commit 157f77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/audio/raysession/default.nix

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

3434
makeWrapperArgs = [
35-
"--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
35+
"--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
3636
];
3737

3838
postFixup = ''

0 commit comments

Comments
 (0)