From c9677ce5f7cf50b25d7be3a18ad33ff5160c21db Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 24 Feb 2020 02:13:56 +0100 Subject: gnu: mesa-opencl: Build with clang@8. * gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to CLANG-8. --- gnu/packages/gl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gl.scm') diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 2a15d36cce..b0e0a43761 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -453,7 +453,7 @@ from software emulation to complete hardware acceleration for modern GPUs.") `(("libclc" ,libclc) ,@(package-inputs mesa))) (native-inputs - `(("clang" ,clang) + `(("clang" ,clang-8) ,@(package-native-inputs mesa))))) (define-public mesa-opencl-icd -- cgit v1.2.3