1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

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

View File

@@ -257,7 +257,7 @@ also known as DXTn or DXTC) for Mesa.")
("libxvmc" ,libxvmc)
,@(match (%current-system)
((or "x86_64-linux" "i686-linux")
`(("llvm" ,llvm-6))) ;TODO: Change to LLVM in the next rebuild cycle.
`(("llvm" ,llvm)))
(_
`()))
("makedepend" ,makedepend)