~ruther/guix-local

f6332d01c4bf3b95f6d54cfe2fd513a2c5c95b6b — Nicolas Graves 7 months ago 61a80a6
gnu: libchewing: Extend with (cargo-guile-json).

* gnu/packages/language.scm (libchewing)[arguments]
<#:phases>: Extend with (cargo-guile-json).

Change-Id: I01959bd4afcd607cd5ad0af5898a4b6546bb6da6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/language.scm
M gnu/packages/language.scm => gnu/packages/language.scm +2 -1
@@ 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") )