From 12dd89da97273b5d274b0c991b8b46b4157ca4f7 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Sep 2025 16:57:44 +0200 Subject: [PATCH] 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 --- 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 ecd621bccbe545daf262e359f668d20cdcef3706..540212730e486ceb78d637cd998baf6bb7e8c03d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37666,6 +37666,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)) @@ -37679,7 +37680,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