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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user