summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-15 13:27:21 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-17 12:04:48 +0200
commit57210c0258e07574d81e83d1bd82f76c24665c22 (patch)
tree7cb0179ce17ac56778e260cb1c4cc8ea4ec597e2
parentdcf4861d388552ecef2e91e3292e10c238ddbd51 (diff)
gnu: libchewing: Extend with (cargo-guile-json).python-team
* gnu/packages/language.scm (libchewing)[arguments] <#:phases>: Extend with (cargo-guile-json). Change-Id: I01959bd4afcd607cd5ad0af5898a4b6546bb6da6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/language.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 4633a1c9ec..9613329248 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -297,6 +297,7 @@ Random Cage Fighting Birds, Cool Music etc.")
,@%cargo-build-system-modules)
#:out-of-source? #f ;For the tests.
#:phases
+ (with-extensions (list (cargo-guile-json))
#~(modify-phases %standard-phases
(add-after 'unpack 'prepare-cargo-build-system
(lambda args
@@ -316,7 +317,7 @@ Random Cage Fighting Birds, Cool Music etc.")
(lambda _
;; Remove this phase when we can find ncurses with cmake.
(substitute* "tests/CMakeLists.txt"
- (("CURSES_FOUND") "FALSE")))))))
+ (("CURSES_FOUND") "FALSE"))))))))
(native-inputs
(append
(list rust `(,rust "cargo") )