csvs-to-sqlite: removed from python-package since it's an command line application

This commit is contained in:
Benjamin Asbach 2021-09-11 19:23:32 -06:00
parent 4f6afcb88a
commit ac74b42351
3 changed files with 1 additions and 3 deletions

View File

@ -2470,7 +2470,7 @@ with pkgs;
csv2latex = callPackage ../tools/misc/csv2latex { };
csvs-to-sqlite = with python3Packages; toPythonApplication csvs-to-sqlite;
csvs-to-sqlite = python3Packages.callPackage ../tools/misc/csvs-to-sqlite { };
cucumber = callPackage ../development/tools/cucumber {};

View File

@ -1749,8 +1749,6 @@ in {
cssutils = callPackage ../development/python-modules/cssutils { };
csvs-to-sqlite = callPackage ../development/python-modules/csvs-to-sqlite { };
csvw = callPackage ../development/python-modules/csvw { };
cucumber-tag-expressions = callPackage ../development/python-modules/cucumber-tag-expressions { };