.
This commit is contained in:
parent
3022a84999
commit
17443dfa32
1 changed files with 5 additions and 4 deletions
|
@ -25,6 +25,8 @@
|
|||
#:use-module
|
||||
(gnu packages llvm-meta)
|
||||
#:use-module
|
||||
(gnu packages xml)
|
||||
#:use-module
|
||||
(gnu packages zig)
|
||||
)
|
||||
|
||||
|
@ -51,16 +53,15 @@
|
|||
#~(cons* (string-append "-DCMAKE_PREFIX_PATH="
|
||||
#$(file-append llvm-17 ""))
|
||||
"-DCMAKE_SKIP_BUILD_RPATH=ON"
|
||||
"-DZIG_STATIC_LLVM=ON"
|
||||
(delete "-DZIG_SHARED_LLVM=ON"
|
||||
#$flags)))
|
||||
#$flags))
|
||||
((#:phases phases '%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'patch-more-shebangs)))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs zig-0.10)
|
||||
(replace "clang" clang-17)
|
||||
(replace "lld" lld-17)))
|
||||
(replace "lld" lld-17)
|
||||
(append libxml2)))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs zig-0.10)
|
||||
(append gcc-13)
|
||||
|
|
Loading…
Reference in a new issue