gnu: mesa: Build against LLVM 7.

* gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-6 to LLVM.
This commit is contained in:
Marius Bakke 2019-02-20 17:04:39 +01:00
parent ce325754c5
commit 64766d5caf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -257,7 +257,7 @@ (define-public mesa
("libxvmc" ,libxvmc) ("libxvmc" ,libxvmc)
,@(match (%current-system) ,@(match (%current-system)
((or "x86_64-linux" "i686-linux") ((or "x86_64-linux" "i686-linux")
`(("llvm" ,llvm-6))) ;TODO: Change to LLVM in the next rebuild cycle. `(("llvm" ,llvm)))
(_ (_
`())) `()))
("makedepend" ,makedepend) ("makedepend" ,makedepend)