1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: clang-runtime: Remove obsolete workaround.

* gnu/packages/llvm.scm (clang-runtime-14)[native-inputs]: Remove.
This commit is contained in:
Marius Bakke
2022-07-20 03:13:06 +02:00
parent 712ee76530
commit 8ea970a945

View File

@@ -634,11 +634,7 @@ of programming tools as well as libraries with equivalent functionality.")
#~(modify-phases #$phases
(add-after 'unpack 'change-directory
(lambda _
(chdir "compiler-rt")))))))
(native-inputs
`(;; FIXME: libfuzzer fails to build with GCC 10.
("gcc" ,gcc-11)
,@(package-native-inputs template))))))
(chdir "compiler-rt"))))))))))
(define-public clang-14
(let ((template