gnu: clang: Return #t from all phases.

* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the
'set-glibc-file-names' phase.
This commit is contained in:
Mark H Weaver 2018-03-23 04:52:34 -04:00
parent f9b282f484
commit 13f5a0dc80
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -191,7 +191,9 @@ (define* (clang-from-llvm llvm clang-runtime hash
;; found.
(substitute* "lib/Driver/ToolChains.cpp"
(("@GLIBC_LIBDIR@")
(string-append libc "/lib")))))))))
(string-append libc "/lib")))
#t))))))
;; Clang supports the same environment variables as GCC.
(native-search-paths