gnu: clang: Return #t from all phases.
authorMark H Weaver <mhw@netris.org>
Fri, 23 Mar 2018 08:52:34 +0000 (04:52 -0400)
committerMark H Weaver <mhw@netris.org>
Fri, 23 Mar 2018 09:00:16 +0000 (05:00 -0400)
* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the
'set-glibc-file-names' phase.

gnu/packages/llvm.scm

index 2dddbc4..cf60d2a 100644 (file)
@@ -191,7 +191,9 @@ compiler.  In LLVM this library is called \"compiler-rt\".")
                        ;; 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