about summary refs log tree commit diff
path: root/pkgs/development/python-modules/clevercsv
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-02 00:32:46 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-02 00:32:46 +0100
commitfe09222b33966cea0f5eda9c2875230538a955b7 (patch)
tree0e60968b7c5dc98bf42ac83ca80c36c6f9f8d09e /pkgs/development/python-modules/clevercsv
parentcd71c681ca4e49de4f65e6a45f686f11f3e1b7d3 (diff)
python310Packages.clevercsv: fix build on darwin
Diffstat (limited to 'pkgs/development/python-modules/clevercsv')
-rw-r--r--pkgs/development/python-modules/clevercsv/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/clevercsv/default.nix b/pkgs/development/python-modules/clevercsv/default.nix
index a144a51e2ca75..c70350a543de2 100644
--- a/pkgs/development/python-modules/clevercsv/default.nix
+++ b/pkgs/development/python-modules/clevercsv/default.nix
@@ -3,8 +3,6 @@
 , fetchFromGitHub
 , cchardet
 , chardet
-, cleo
-, clikit
 , pandas
 , regex
 , tabview
@@ -27,8 +25,6 @@ buildPythonPackage rec {
   propagatedBuildInputs = [
     cchardet
     chardet
-    cleo
-    clikit
     pandas
     regex
     tabview