gnu: mesa: Use exactly llvm@3.9.1.

* gnu/packages/gl.scm (mesa)[inputs]: Use llvm@3.9.1.
This commit is contained in:
Efraim Flashner 2017-09-05 21:35:18 +03:00
parent 665c0958d8
commit 4c2aaa6056
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ also known as DXTn or DXTC) for Mesa.")
("libxvmc" ,libxvmc)
,@(match (%current-system)
((or "x86_64-linux" "i686-linux")
`(("llvm" ,llvm)))
`(("llvm" ,llvm-3.9.1))) ; exactly 3.9.0 or 3.9.1 for swrast
(_
`()))
("makedepend" ,makedepend)