k 5 ReaktorPlugins: hotfix for env generation

This commit is contained in:
makefu 2015-12-26 11:31:09 +01:00
parent 669e4be273
commit a2f5e7e320

View File

@ -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 {