gnu: mesa: Build with llvm@8 explicitly.

* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
This commit is contained in:
Marius Bakke 2020-02-24 00:53:24 +01:00
parent 501672d754
commit b77a901e06
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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