summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-12 23:28:52 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:24 +0100
commitf17d1bbfaa52faea81ad48b14e772da577d97967 (patch)
tree153ef4e86abb4b308e772ab6605317d669e0bc22 /gnu/packages/version-control.scm
parentacf47808d2631c30d2fa289f06136edf651a5de8 (diff)
gnu: mercurial: Fix build.
* gnu/packages/version-control.scm (mercurial): Fix build. [inputs]: Add python-roman. [native-inputs]: Remove python-wheel. Merges: guix/guix!9885 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 20a2b67ad37..be378922ebd 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3190,9 +3190,13 @@ execution of any hook written in any language before every commit.")
3190 (native-inputs 3190 (native-inputs
3191 (list python-docutils 3191 (list python-docutils
3192 ;; The following inputs are only needed to run the tests. 3192 ;; The following inputs are only needed to run the tests.
3193 python-setuptools python-setuptools-scm python-wheel unzip which)) 3193 python-setuptools
3194 python-setuptools-scm
3195 unzip
3196 which))
3194 (inputs 3197 (inputs
3195 (list python-wrapper)) 3198 (list python-wrapper
3199 python-roman))
3196 ;; Find third-party extensions. 3200 ;; Find third-party extensions.
3197 (native-search-paths 3201 (native-search-paths
3198 (list (search-path-specification 3202 (list (search-path-specification