summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-13 16:58:10 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-17 12:04:46 +0200
commit730477b489707f0cca65d3e6229ee10c03de3c68 (patch)
treedad1c7cbd62eb92e42407a52f97825e179d7759c
parentc9b63bf2ea0cfb91ec6f5a4bd7604d6b6ef1646e (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>
-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 ff0f96554e..ff1ae47b85 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22931,6 +22931,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 _
@@ -22949,13 +22950,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