mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: darktable: Make some inputs native.
* gnu/packages/photo.scm (darktable)[inputs]: Move intltool, perl & pkg-config from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
bf155ce30c
commit
d367304770
1 changed files with 5 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -483,6 +484,10 @@ (define-public darktable
|
|||
(string-append (assoc-ref inputs "ilmbase")
|
||||
"/include/OpenEXR:" (or (getenv "CPATH") "")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libxslt" ,libxslt)
|
||||
("libxml2" ,libxml2)
|
||||
|
@ -502,9 +507,6 @@ (define-public darktable
|
|||
("ilmbase" ,ilmbase)
|
||||
("libsoup" ,libsoup)
|
||||
("python-jsonschema" ,python-jsonschema)
|
||||
("intltool" ,intltool)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("libwebp" ,libwebp)
|
||||
("lensfun" ,lensfun)
|
||||
("librsvg" ,librsvg)
|
||||
|
|
Loading…
Reference in a new issue