diff options
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) |