[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: darktable: Make some inputs native.
From: |
guix-commits |
Subject: |
01/04: gnu: darktable: Make some inputs native. |
Date: |
Thu, 2 Apr 2020 05:24:42 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit d36730477013cf561da8f90fb6e0c9532840b328
Author: Vincent Legoll <address@hidden>
AuthorDate: Thu Apr 2 01:22:21 2020 +0200
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 <address@hidden>
---
gnu/packages/photo.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 585289d..7cb67dc 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Leo Famulari <address@hidden>
;;; Copyright © 2020 Sebastian Schott <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -483,6 +484,10 @@ photographic equipment.")
(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 @@ photographic equipment.")
("ilmbase" ,ilmbase)
("libsoup" ,libsoup)
("python-jsonschema" ,python-jsonschema)
- ("intltool" ,intltool)
- ("perl" ,perl)
- ("pkg-config" ,pkg-config)
("libwebp" ,libwebp)
("lensfun" ,lensfun)
("librsvg" ,librsvg)