Merge pull request #130177 from unclechu/backport-add-json2yaml-to-toplevel-to-release-21.05
Backport “add json2yaml to top-level” to release-21.05
This commit is contained in:
commit
0ce211ba1b
|
@ -15551,6 +15551,8 @@ in
|
|||
|
||||
json2hcl = callPackage ../development/tools/json2hcl { };
|
||||
|
||||
json2yaml = haskell.lib.justStaticExecutables haskellPackages.json2yaml;
|
||||
|
||||
json-glib = callPackage ../development/libraries/json-glib { };
|
||||
|
||||
json_c = callPackage ../development/libraries/json-c { };
|
||||
|
|
Loading…
Reference in New Issue