gnu: mesa: Build against LLVM 7.
* gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-6 to LLVM.
This commit is contained in:
parent
ce325754c5
commit
64766d5caf
|
@ -257,7 +257,7 @@ also known as DXTn or DXTC) for 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)
|
||||||
|
|
Loading…
Reference in New Issue