csvtool: migrate to by-name (#506658)

This commit is contained in:
Weijia Wang
2026-04-12 12:51:09 +00:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -1684,8 +1684,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;