guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: mesa: Build with llvm@8 explicitly.


From: guix-commits
Subject: 13/15: gnu: mesa: Build with llvm@8 explicitly.
Date: Mon, 24 Feb 2020 12:09:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b77a901e06dbaf62f59de8d148938276f9d73f71
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 24 00:53:24 2020 +0100

    gnu: mesa: Build with llvm@8 explicitly.
    
    * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index e610fe1..2a15d36 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -268,7 +268,7 @@ also known as DXTn or DXTC) for Mesa.")
         ("libxvmc" ,libxvmc)
         ,@(match (%current-system)
             ((or "x86_64-linux" "i686-linux")
-             `(("llvm" ,llvm)))
+             `(("llvm" ,llvm-8)))
             (_
              `()))
         ("makedepend" ,makedepend)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]