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 80b560b commit efb30c7Copy full SHA for efb30c7
pkgs/applications/audio/patchance/default.nix
@@ -25,7 +25,7 @@ buildPythonApplication rec {
25
installFlags = [ "PREFIX=$(out)" ];
26
27
makeWrapperArgs = [
28
- "--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
+ "--suffix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ libjack2 ])
29
];
30
31
preFixup = ''
0 commit comments