Heya, On Wed Dec 7, 2022 at 10:37 PM GMT, Sharlatan Hellseher wrote: > * gnu/packages/photo.scm (rawtherapee): Update to 5.9. > [arguments]: Use gexp. > [inputs]: Remove labels. > --- a/gnu/packages/photo.scm > +++ b/gnu/packages/photo.scm > @@ -755,50 +755,51 @@ (define-public hugin > + (assoc-ref %build-inputs "lensfun") You should replace this with: #$(this-package-input "lensfun") -- (