gnu: mesa-opencl: Build with clang@8.

* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to CLANG-8.
This commit is contained in:
Marius Bakke 2020-02-24 02:13:56 +01:00
parent 00ede15708
commit c9677ce5f7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -453,7 +453,7 @@ (define-public mesa-opencl
`(("libclc" ,libclc)
,@(package-inputs mesa)))
(native-inputs
`(("clang" ,clang)
`(("clang" ,clang-8)
,@(package-native-inputs mesa)))))
(define-public mesa-opencl-icd