From c71655af948e26e6b98c761a8fd4240f188bcf34 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Sep 2025 16:45:30 +0200 Subject: [PATCH] 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 --- 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 db087f9ee2bdebfa6dee8bc9b712d783a2ef76b7..5192cfbc260892cafb23c01b233882be1d88fd56 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