guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7.


From: guix-commits
Subject: 12/15: gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7.
Date: Mon, 24 Feb 2020 12:09:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 501672d754f44d6e5e9f9de0886281158f9b363f
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 24 00:36:55 2020 +0100

    gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7.
    
    * gnu/packages/llvm.scm (clang-7): Use CLANG-RUNTIME-7.
    (clang-6): Use CLANG-RUNTIME-6.
---
 gnu/packages/llvm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index effd279..8656574 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -409,7 +409,7 @@ output), and Binutils.")
    "065ybd8fsc4h2hikbdyricj6pyv4r7r7kpcikhb2y5zf370xybkq"))
 
 (define-public clang-7
-  (clang-from-llvm llvm-7 clang-runtime
+  (clang-from-llvm llvm-7 clang-runtime-7
                    "067lwggnbg0w1dfrps790r5l6k8n5zwhlsw7zb6zvmfpwpfn4nx4"
                    #:patches '("clang-7.0-libc-search-path.patch")))
 
@@ -433,7 +433,7 @@ output), and Binutils.")
    "1fcr3jn24yr8lh36nc0c4ikli4744i2q9m1ik67p1jymwwaixkgl"))
 
 (define-public clang-6
-  (clang-from-llvm llvm-6 clang-runtime
+  (clang-from-llvm llvm-6 clang-runtime-6
                    "0rxn4rh7rrnsqbdgp4gzc8ishbkryhpl1kd3mpnxzpxxhla3y93w"
                    #:patches '("clang-6.0-libc-search-path.patch")))
 



reply via email to

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