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
commit 1cf1749253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 { };