gnu: llvm-8: Inherit from llvm-10.

This is the highest version that does not change the derivation.

* gnu/packages/llvm.scm (llvm-8)[inherit]: Replace llvm-9 by llvm-10.

Change-Id: I45f351f8904280e6f37ee4d22fc0764fcae126ed
This commit is contained in:
Andreas Enge 2025-08-19 20:41:29 +02:00
parent 0fe07a1311
commit 80a2e7236e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1171,7 +1171,7 @@ Library.")
(define-public llvm-8
(package
(inherit llvm-9)
(inherit llvm-10)
(version "8.0.1")
(source (origin
(method url-fetch)