mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
0fe07a1311
commit
80a2e7236e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue