diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index be18171b12b..0062bc56cda 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))