about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-15 00:34:47 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-15 00:34:47 +0200
commitbfdbd5543cb472c8bbe0025901505d898126b19c (patch)
tree38d70e1e76ef620309e0560e6f29de07550e2cbb /pkgs
parent725de57bce954bdc9ab300b5bd1e49e7e1813091 (diff)
python310Packages.cwl-upgrader: adjust inputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cwl-upgrader/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cwl-upgrader/default.nix b/pkgs/development/python-modules/cwl-upgrader/default.nix
index 9190cf882d1e3..5f3ba48e0299f 100644
--- a/pkgs/development/python-modules/cwl-upgrader/default.nix
+++ b/pkgs/development/python-modules/cwl-upgrader/default.nix
@@ -1,6 +1,7 @@
 { lib
 , buildPythonPackage
 , fetchFromGitHub
+, mypy-extensions
 , pytest-xdist
 , pytestCheckHook
 , pythonOlder
@@ -30,6 +31,7 @@ buildPythonPackage rec {
   '';
 
   propagatedBuildInputs = [
+    mypy-extensions
     ruamel-yaml
     schema-salad
   ];