gnu: Remove clang-runtime-10.

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

Change-Id: Ie5b2b99832e960448716a1b9cf5c796e2abd48c6
This commit is contained in:
Andreas Enge 2025-08-19 21:19:45 +02:00
parent e4f8fb3ded
commit d09e6684b7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)