me
/
guix
Archived
1
0
Fork 0

gnu: clang-runtime: Remove obsolete workaround.

* gnu/packages/llvm.scm (clang-runtime-14)[native-inputs]: Remove.
master
Marius Bakke 2022-07-20 03:13:06 +02:00
parent 712ee76530
commit 8ea970a945
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 5 deletions

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