Add “json2yaml” to top-level
(cherry picked from commit a863d6d8b18dde419bbc99b0a1b794c18172fdfb)
This commit is contained in:
parent
1672da0dfd
commit
9cf9f71b9e
|
@ -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