This commit is contained in:
Daniel Ziltener 2024-04-16 09:35:56 +02:00
parent 8e0101641d
commit 776f34543f
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
((#:parallel-build? _ #f) #t)
((#:configure-flags flags ''())
#~(cons* (string-append "-DCMAKE_PREFIX_PATH="
(file-append llvm-16 ""))
#$(file-append llvm-16 ""))
#$flags))))
(inputs
(modify-inputs (package-inputs zig-0.10)