me
/
guix
Archived
1
0
Fork 0

gnu: mesa: Build with LLVM 9.

* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-8 to LLVM-9.
master
Marius Bakke 2020-02-24 19:37:45 +01:00
parent 3941af527d
commit cf4fdbcb0b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ also known as DXTn or DXTC) for Mesa.")
("libxvmc" ,libxvmc)
,@(match (%current-system)
((or "x86_64-linux" "i686-linux")
`(("llvm" ,llvm-8)))
`(("llvm" ,llvm-9)))
(_
`()))
("makedepend" ,makedepend)