gnu: llvm-cling: Fix build.

This is a follow-up to 15ba54d0e9.

* gnu/packages/llvm.scm (llvm-cling)[arguments]: Use gexps for phases.

Change-Id: I12f048b1a6a350838572832ad33357046610b18d
This commit is contained in:
Efraim Flashner 2024-01-11 20:00:08 +02:00
parent 15ba54d0e9
commit 637b72e2b8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2267,9 +2267,9 @@ (define llvm-cling ;LLVM 9 with approximately 10 patches for cling
"-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))