* gnu/packages/photo.scm (darktable)[native-inputs]: New field. [inputs]: Move intltool & pkg-config to native-inputs. --- gnu/packages/photo.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 585289daf1..9f6e4a3031 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; Copyright © 2018 Leo Famulari <l...@famulari.name> ;;; Copyright © 2020 Sebastian Schott <ssch...@mailbox.org> +;;; Copyright © 2020 Vincent Legoll <vincent.leg...@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -483,6 +484,9 @@ photographic equipment.") (string-append (assoc-ref inputs "ilmbase") "/include/OpenEXR:" (or (getenv "CPATH") ""))) #t))))) + (native-inputs + `(("intltool" ,intltool) + ("pkg-config" ,pkg-config))) (inputs `(("libxslt" ,libxslt) ("libxml2" ,libxml2) @@ -502,9 +506,7 @@ photographic equipment.") ("ilmbase" ,ilmbase) ("libsoup" ,libsoup) ("python-jsonschema" ,python-jsonschema) - ("intltool" ,intltool) ("perl" ,perl) - ("pkg-config" ,pkg-config) ("libwebp" ,libwebp) ("lensfun" ,lensfun) ("librsvg" ,librsvg) -- 2.25.2