csvtool: migrate to by-name

This commit is contained in:
Guy Chronister
2026-04-04 10:18:34 -05:00
parent ace2c79f85
commit b27dfb41d0
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -1694,8 +1694,6 @@ with pkgs;
csv2md = with python3Packages; toPythonApplication csv2md;
csvtool = callPackage ../development/ocaml-modules/csv/csvtool.nix { };
dataclass-wizard = with python3Packages; toPythonApplication dataclass-wizard;
datasette = with python3Packages; toPythonApplication datasette;