Add “json2yaml” to top-level

(cherry picked from commit a863d6d8b18dde419bbc99b0a1b794c18172fdfb)
This commit is contained in:
Viacheslav Lotsmanov 2021-05-28 01:15:56 +03:00
parent 1672da0dfd
commit 9cf9f71b9e
No known key found for this signature in database
GPG Key ID: D276FF7467007335
1 changed files with 2 additions and 0 deletions

View File

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