summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-10-19 19:03:38 +0200
committerGitHub <noreply@github.com>2022-10-19 19:03:38 +0200
commitc44448888c840de947d19f33839c13f8ffc508d6 (patch)
tree7af46281ce9ae70cc8ebb07baf4c9ccd6c18a888
parent0492580befa44c58e63c36d48ea99049c996d6f7 (diff)
python310Packages.clize: add missing input
-rw-r--r--pkgs/development/python-modules/clize/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/clize/default.nix b/pkgs/development/python-modules/clize/default.nix
index c4e87fffe4da..a78b55704aec 100644
--- a/pkgs/development/python-modules/clize/default.nix
+++ b/pkgs/development/python-modules/clize/default.nix
@@ -6,6 +6,7 @@
, od
, pygments
, pytestCheckHook
+, pythonOlder
, python-dateutil
, setuptools
, sigtools