We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb30c7 commit 157f77fCopy full SHA for 157f77f
pkgs/applications/audio/raysession/default.nix
@@ -32,7 +32,7 @@ buildPythonApplication rec {
32
installFlags = [ "PREFIX=$(out)" ];
33
34
makeWrapperArgs = [
35
- "--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
+ "--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
36
];
37
38
postFixup = ''
0 commit comments