reaktor2-plugins: fix sed plugin
This commit is contained in:
parent
dd4c71d142
commit
364e8970a7
@ -59,7 +59,7 @@ rec {
|
||||
filename = pkgs.writers.writeDash "sed-plugin" ''
|
||||
set -efu
|
||||
exec ${pkgs.python3}/bin/python \
|
||||
${stockholm.outPath + "/krebs/5pkgs/simple/Reaktor/scripts/sed-plugin.py"} "$@"
|
||||
${./Reaktor/scripts/sed-plugin.py} "$@"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user