guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a653c0aefbe3f1c3d394e4fbead2b12962b7c583
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:57:44 2025 +0200

    gnu: python-tiktoken: Extend with (pyproject-guile-json).
    
    * gnu/packages/python-xyz.scm (python-tiktoken)[arguments]
    <#:phases>: Extend with (pyproject-guile-json).
    
    Change-Id: I94c11b8e85c41f8da8158d691114952df823d8de
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0de377e124..11c6656ba7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37388,6 +37388,7 @@ to TIFF, BigTIFF, and ImageJ hyperstack compatible 
files.")
         ((guix build pyproject-build-system) #:prefix py:)
         (guix build utils))
       #:phases
+      (with-extensions (list (pyproject-guile-json))
       #~(modify-phases %standard-phases
           (replace 'build
             (assoc-ref py:%standard-phases 'build))
@@ -37401,7 +37402,7 @@ to TIFF, BigTIFF, and ImageJ hyperstack compatible 
files.")
               (assoc-ref py:%standard-phases 'create-entrypoints)
               (assoc-ref py:%standard-phases 'compile-bytecode)))
           (replace 'install
-            (assoc-ref py:%standard-phases 'install)))))
+            (assoc-ref py:%standard-phases 'install))))))
     (propagated-inputs (list python-regex python-requests))
     (inputs (cargo-inputs 'python-tiktoken))
     (native-inputs

Reply via email to