~ruther/guix-local

c71655af948e26e6b98c761a8fd4240f188bcf34 — Nicolas Graves 7 months ago 096733b
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 <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/photo.scm
M gnu/packages/photo.scm => gnu/packages/photo.scm +2 -1
@@ 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