summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-12 01:27:37 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-18 22:36:37 +0100
commit6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac (patch)
tree1ebe3f7969e95ddc41ff46e294912bca5f749d85 /gnu/packages/photo.scm
parent17ac8bb67038608547801aa2563b04526fee9932 (diff)
downloadguix-patches-6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac.tar
guix-patches-6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac.tar.gz
gnu: darktable: Remove redundant inputs.
* gnu/packages/photo.scm (darktable)[native-inputs]: Remove.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 20af5cc7f5..d511ad1eda 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -388,9 +388,6 @@ photographic equipment.")
(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)