From efb30c73fc33e601334882b3c81befd83b26e5fa Mon Sep 17 00:00:00 2001 From: Justinas Stankevicius Date: Sat, 2 Nov 2024 20:49:51 +0200 Subject: [PATCH 1/2] patchance: fix pipewire-jack compatibility --- pkgs/applications/audio/patchance/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/patchance/default.nix b/pkgs/applications/audio/patchance/default.nix index 86e1d2745b96..a1b39b1d78a3 100644 --- a/pkgs/applications/audio/patchance/default.nix +++ b/pkgs/applications/audio/patchance/default.nix @@ -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 = '' From 157f77fc2861de89e890b2621db70c1f5cc9e77d Mon Sep 17 00:00:00 2001 From: Justinas Stankevicius Date: Sat, 2 Nov 2024 20:50:18 +0200 Subject: [PATCH 2/2] 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 = ''