guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: llvm-cling: Fix build.


From: guix-commits
Subject: branch master updated: gnu: llvm-cling: Fix build.
Date: Thu, 11 Jan 2024 13:04:59 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 637b72e2b8 gnu: llvm-cling: Fix build.
637b72e2b8 is described below

commit 637b72e2b83a6332849218ef1f193124fa8239eb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 11 20:00:08 2024 +0200

    gnu: llvm-cling: Fix build.
    
    This is a follow-up to 15ba54d0e91ecb6214661f5931f058ce33cd936e.
    
    * gnu/packages/llvm.scm (llvm-cling)[arguments]: Use gexps for phases.
    
    Change-Id: I12f048b1a6a350838572832ad33357046610b18d
---
 gnu/packages/llvm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index be18171b12..0062bc56cd 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2267,9 +2267,9 @@ LLVM."))))
                  "-DLLVM_BUILD_LLVM_DYLIB=ON"
                  "-DLLVM_LINK_LLVM_DYLIB=ON"))
          ((#:phases phases '%standard-phases)
-          `(modify-phases ,phases
-             (delete 'shared-lib-workaround)
-             (delete 'install-opt-viewer))))))))
+          #~(modify-phases #$phases
+              (delete 'shared-lib-workaround)
+              (delete 'install-opt-viewer))))))))
 
 (define clang-cling-runtime
   (let ((base clang-runtime-9))



reply via email to

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