diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 17:04:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 17:04:39 +0100 |
commit | 64766d5cafd5cf19189ed274eb7e29ef784f90de (patch) | |
tree | 8f1add136ea2b46f115a1367fcfc12ccc9749cdb /gnu/packages/gl.scm | |
parent | ce325754c5fac0d93ebee09a34c7e488e1413608 (diff) |
gnu: mesa: Build against LLVM 7.
* gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-6 to LLVM.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index f04fbcf73b..8a336a50f4 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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) |