mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
f9b282f484
commit
13f5a0dc80
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue