jsonnet: use emscripten build against python2
This commit is contained in:
parent
616f358f7e
commit
81d0494390
1 changed files with 3 additions and 1 deletions
|
@ -7763,7 +7763,9 @@ with pkgs;
|
|||
|
||||
jsoncpp = callPackage ../development/libraries/jsoncpp { };
|
||||
|
||||
jsonnet = callPackage ../development/compilers/jsonnet { };
|
||||
jsonnet = callPackage ../development/compilers/jsonnet {
|
||||
emscripten = emscripten.override {python=python2;};
|
||||
};
|
||||
|
||||
libjson = callPackage ../development/libraries/libjson { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue