summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-13 16:58:10 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:34 +0000
commitdce4929cff28de329ecffaeedcb8205285feebf5 (patch)
tree42a33b2fca971689c8f61d8c888941485d848480 /gnu/packages
parent12dd89da97273b5d274b0c991b8b46b4157ca4f7 (diff)
gnu: python-libcst: Extend with (pyproject-guile-json).
* gnu/packages/python-xyz.scm (python-libcst)[arguments] <#:phases>: Extend with (pyproject-guile-json). Change-Id: I4301b1ce3054497a6d4cf1660987605398070d88 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 540212730e4..08206799b2d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22070,6 +22070,7 @@ members = [
((guix build pyproject-build-system) #:prefix py:)
(guix build utils))
#:phases
+ (with-extensions (list (pyproject-guile-json))
#~(modify-phases %standard-phases
(add-after 'unpack 'prepare-source
(lambda _
@@ -22088,13 +22089,13 @@ members = [
;; We are not the only ones who cannot load libcst.native
;; during the 'check phase
;; https://github.com/Instagram/LibCST/issues/1176
- ;(add-after 'wrap 'python-check
- ; (lambda args
- ; (apply (assoc-ref py:%standard-phases 'check)
- ; #:test-flags '()
- ; args)))
+ ;; (add-after 'wrap 'python-check
+ ;; (lambda args
+ ;; (apply (assoc-ref py:%standard-phases 'check)
+ ;; #:test-flags '()
+ ;; args)))
(replace 'install
- (assoc-ref py:%standard-phases 'install)))))
+ (assoc-ref py:%standard-phases 'install))))))
(native-inputs
(list python-minimal-wrapper
python-hypothesmith