about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-04-26 15:02:44 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-04-26 15:02:44 +0200
commit5b7d7c4bd582f109f6a1e4a9447f4c520fff3256 (patch)
tree50fb3f3dabec2987e05b013e1a6ac8f3a2b7dd37
parent441f8ef8e4fc5542ad2a6d90d1dbadc0797b2341 (diff)
downloadnixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.tar
nixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.tar.gz
nixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.tar.bz2
nixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.tar.lz
nixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.tar.xz
nixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.tar.zst
nixlib-5b7d7c4bd582f109f6a1e4a9447f4c520fff3256.zip
python3Packages.karton-mwdb-reporter: remove unused inputs
-rw-r--r--pkgs/development/python-modules/karton-mwdb-reporter/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/karton-mwdb-reporter/default.nix b/pkgs/development/python-modules/karton-mwdb-reporter/default.nix
index 9f4c1ee67099..68b28bffe6fa 100644
--- a/pkgs/development/python-modules/karton-mwdb-reporter/default.nix
+++ b/pkgs/development/python-modules/karton-mwdb-reporter/default.nix
@@ -1,10 +1,8 @@
 { lib
 , buildPythonPackage
-, chardet
 , fetchFromGitHub
 , karton-core
 , mwdblib
-, python
 }:
 
 buildPythonPackage rec {