diff options
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index b3ca37dbf18..8aa8419b297 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2833,7 +2833,7 @@ execution of any hook written in any language before every commit.") (native-inputs (list python-docutils ;; The following inputs are only needed to run the tests. - python-setuptools-next python-setuptools-scm-next python-wheel unzip which)) + python-setuptools python-setuptools-scm-next python-wheel unzip which)) (inputs (list python-wrapper)) ;; Find third-party extensions. |
