summary refs log tree commit diff
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)
downloadnixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.tar
nixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.tar.gz
nixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.tar.bz2
nixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.tar.lz
nixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.tar.xz
nixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.tar.zst
nixpkgs-c44448888c840de947d19f33839c13f8ffc508d6.zip
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 c4e87fffe4d..a78b55704ae 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