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.
2 parents badf075 + 157f77f commit f34aac0Copy full SHA for f34aac0
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 = ''
pkgs/applications/audio/raysession/default.nix
@@ -32,7 +32,7 @@ buildPythonApplication rec {
32
33
34
35
36
37
38
postFixup = ''
0 commit comments