k 5 ReaktorPlugins: hotfix for env generation
This commit is contained in:
parent
669e4be273
commit
a2f5e7e320
@ -32,7 +32,7 @@ rec {
|
||||
''indirect_pattern.format("${name}")'' else
|
||||
''"${pattern}"'' },
|
||||
'argv' : ["${src_file}"],
|
||||
'env' : ${builtins.toJSON path_env // env})})
|
||||
'env' : ${builtins.toJSON (path_env // env)})})
|
||||
'';
|
||||
config_file = pkgs.writeText "plugin.py" config;
|
||||
in buildBaseReaktorPlugin (attrs // rec {
|
||||
|
Loading…
Reference in New Issue
Block a user