~ruther/guix-local

d09e6684b7809e5cd6743b4fe75b074358f44166 — Andreas Enge 10 months ago e4f8fb3
gnu: Remove clang-runtime-10.

* gnu/packages/llvm.scm (clang-runtime-10): Delete variable.

Change-Id: Ie5b2b99832e960448716a1b9cf5c796e2abd48c6
1 files changed, 0 insertions(+), 6 deletions(-)

M gnu/packages/llvm.scm
M gnu/packages/llvm.scm => gnu/packages/llvm.scm +0 -6
@@ 1098,12 1098,6 @@ Library.")
           `(("config" ,config))
           '())))))

(define-public clang-runtime-10
  (clang-runtime-from-llvm
   llvm-10
   "1yjqjri753w0fzmxcyz687nvd97sbc9rsqrxzpq720na47hwh3fr"
   '("clang-runtime-13-glibc-2.36-compat.patch")))

(define-public llvm-6
  (package
    (inherit llvm-12)