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

commit 2bf928ff4b73a8a170e98755b733e0f2aad7d048
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:45:30 2025 +0200

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

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index db087f9ee2..5192cfbc26 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -549,6 +549,7 @@ scene to produce an image that looks much like a 
tone-mapped image.")
           #~'("-DBUILD_FOR_SSE=OFF" "-DBUILD_FOR_SSE2=OFF"))
       #:tests? #f ; There are no tests to run.
       #:phases
+      (with-extensions (list (pyproject-guile-json))
       #~(modify-phases %standard-phases
           (add-after 'unpack 'fix-egg
             (lambda _
@@ -564,7 +565,7 @@ scene to produce an image that looks much like a 
tone-mapped image.")
                               (,(getenv "GUIX_PYTHONPATH")
                                ,(py:site-packages inputs outputs)))))
                         (list "bin/lensfun-update-data"
-                              "bin/lensfun-add-adapter")))))))
+                              "bin/lensfun-add-adapter"))))))))
     (native-inputs
      (list pkg-config))
     (inputs

Reply via email to