json2tsv: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-08-06 03:57:20 +04:00
parent 105ecf3035
commit 227624c451
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
2 changed files with 0 additions and 2 deletions

View File

@ -21074,8 +21074,6 @@ with pkgs;
json2hcl = callPackage ../development/tools/json2hcl { };
json2tsv = callPackage ../development/tools/json2tsv { };
json2yaml = haskell.lib.compose.justStaticExecutables haskellPackages.json2yaml;
json-glib = callPackage ../development/libraries/json-glib { };