mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: darktable: Remove redundant inputs.
* gnu/packages/photo.scm (darktable)[native-inputs]: Remove.
This commit is contained in:
parent
17ac8bb670
commit
6b1e6b5c42
1 changed files with 0 additions and 3 deletions
|
@ -388,9 +388,6 @@ (define-public darktable
|
||||||
(string-append (assoc-ref inputs "ilmbase")
|
(string-append (assoc-ref inputs "ilmbase")
|
||||||
"/include/OpenEXR:" (or (getenv "CPATH") "")))
|
"/include/OpenEXR:" (or (getenv "CPATH") "")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
|
||||||
`(("llvm" ,llvm-3.9.1)
|
|
||||||
("clang" ,clang-3.9.1)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxslt" ,libxslt)
|
`(("libxslt" ,libxslt)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
|
|
Loading…
Reference in a new issue