reaktor2-plugins: fix sed plugin

This commit is contained in:
lassulus 2023-07-23 23:00:32 +02:00
parent dd4c71d142
commit 364e8970a7
1 changed files with 1 additions and 1 deletions

View File

@ -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} "$@"
'';
};
};