mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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")
|
||||
"/include/OpenEXR:" (or (getenv "CPATH") "")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("llvm" ,llvm-3.9.1)
|
||||
("clang" ,clang-3.9.1)))
|
||||
(inputs
|
||||
`(("libxslt" ,libxslt)
|
||||
("libxml2" ,libxml2)
|
||||
|
|
Loading…
Reference in a new issue