~ruther/guix-local

ef6c524f24029dd3126c9fe259e587cebd368db6 — Nicolas Graves 7 months ago 2df2489
gnu: python-tokenizers: Extend with (pyproject-guile-json).

* gnu/packages/machine-learning.scm (python-tokenizers)[arguments]
<#:phases>: Extend with (pyproject-guile-json).

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

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -1
@@ 5486,6 5486,7 @@ definite approximations of Optimal Transport (Wasserstein) distances.
                  ((guix build pyproject-build-system) #:prefix py:)
                  (guix build utils))
      #:phases
      (with-extensions (list (pyproject-guile-json))
      #~(modify-phases %standard-phases
          (add-after 'check 'python-check
            (lambda _


@@ 5509,7 5510,7 @@ definite approximations of Optimal Transport (Wasserstein) distances.
                (copy-file "PKG-INFO" (string-append info "/METADATA"))
                (copy-recursively
                 "py_src/tokenizers"
                 (string-append lib "tokenizers"))))))))
                 (string-append lib "tokenizers")))))))))
    (native-inputs
     (list pkg-config python-minimal python-pytest))
    (inputs