From 157f77fc2861de89e890b2621db70c1f5cc9e77d Mon Sep 17 00:00:00 2001 From: Justinas Stankevicius Date: Sat, 2 Nov 2024 20:50:18 +0200 Subject: [PATCH] raysession: fix pipewire-jack compatibility --- pkgs/applications/audio/raysession/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/raysession/default.nix b/pkgs/applications/audio/raysession/default.nix index 61051f79b376..375c5d3d646c 100644 --- a/pkgs/applications/audio/raysession/default.nix +++ b/pkgs/applications/audio/raysession/default.nix @@ -32,7 +32,7 @@ buildPythonApplication rec { installFlags = [ "PREFIX=$(out)" ]; makeWrapperArgs = [ - "--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ]) + "--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ]) ]; postFixup = ''