add add ruamel-yaml to the json-to-yaml env
This commit is contained in:
parent
70add06d35
commit
7e751cc3be
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
"voiceover"
|
||||
];
|
||||
json-to-yaml-env = pkgs.python3.buildEnv.override {
|
||||
extraLibs = with plover; [ruamel-yaml];
|
||||
extraLibs = with plover; with pkgs.python3Packages; [ruamel-yaml];
|
||||
};
|
||||
json-to-yaml = pkgs.stdenvNoCC.mkDerivation {
|
||||
name = "json-to-yaml";
|
||||
|
|
Reference in a new issue