Merge pull request #124706 from unclechu/add-json2yaml-to-top-level

Add “json2yaml” to top-level
This commit is contained in:
Sandro
2021-07-14 03:02:41 +02:00
committed by GitHub
+2
View File
@@ -15930,6 +15930,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 { };