mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: llvm-12: Fix build with gcc-14.
* gnu/packages/llvm.scm (llvm-12)[source]: Use llvm-13-gcc-14.patch. Change-Id: I96056fde6c0817ecab45a82fb67666a4ad5147f1
This commit is contained in:
parent
4229d54916
commit
d2b35d7090
1 changed files with 2 additions and 1 deletions
|
@ -898,7 +898,8 @@ Library.")
|
|||
(uri (llvm-uri "llvm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pzx9zrmd7r3481sbhwvkms68fwhffpp4mmz45dgrkjpyl2q96kx"))))
|
||||
"1pzx9zrmd7r3481sbhwvkms68fwhffpp4mmz45dgrkjpyl2q96kx"))
|
||||
(patches (search-patches "llvm-13-gcc-14.patch"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments llvm-13)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Add table
Reference in a new issue