gnu: darktable: Remove redundant inputs.

* gnu/packages/photo.scm (darktable)[native-inputs]: Remove.
This commit is contained in:
Marius Bakke 2019-12-12 01:27:37 +01:00
parent 17ac8bb670
commit 6b1e6b5c42
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -388,9 +388,6 @@ (define-public darktable
(string-append (assoc-ref inputs "ilmbase")
"/include/OpenEXR:" (or (getenv "CPATH") "")))
#t)))))
(native-inputs
`(("llvm" ,llvm-3.9.1)
("clang" ,clang-3.9.1)))
(inputs
`(("libxslt" ,libxslt)
("libxml2" ,libxml2)