diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-12 01:27:37 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-18 22:36:37 +0100 |
commit | 6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac (patch) | |
tree | 1ebe3f7969e95ddc41ff46e294912bca5f749d85 /gnu | |
parent | 17ac8bb67038608547801aa2563b04526fee9932 (diff) | |
download | guix-6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac.tar.gz guix-6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac.zip |
gnu: darktable: Remove redundant inputs.
* gnu/packages/photo.scm (darktable)[native-inputs]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/photo.scm | 3 |
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) |