guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 92ffb9deccf049af2da7caeab3fb6ced51c15d0c
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 a614d36db2..980af591ad 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -524,6 +524,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 _
@@ -539,7 +540,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