guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57533] [PATCH core-updates 5/5] gnu: clang-runtime: Remove obsolete


From: Marius Bakke
Subject: [bug#57533] [PATCH core-updates 5/5] gnu: clang-runtime: Remove obsolete workaround.
Date: Fri, 2 Sep 2022 00:29:57 +0200

* gnu/packages/llvm.scm (clang-runtime-14)[native-inputs]: Remove.
---
 gnu/packages/llvm.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 0e9cf771f7..060cfac2c9 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -634,11 +634,7 @@ (define-public clang-runtime-14
           #~(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
-- 
2.37.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]