mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mesa: Build with llvm@8 explicitly.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
This commit is contained in:
parent
501672d754
commit
b77a901e06
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ (define-public mesa
|
|||
("libxvmc" ,libxvmc)
|
||||
,@(match (%current-system)
|
||||
((or "x86_64-linux" "i686-linux")
|
||||
`(("llvm" ,llvm)))
|
||||
`(("llvm" ,llvm-8)))
|
||||
(_
|
||||
`()))
|
||||
("makedepend" ,makedepend)
|
||||
|
|
Loading…
Reference in a new issue