mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
6eac118449
commit
1658aeeae5
1 changed files with 2 additions and 1 deletions
|
@ -921,7 +921,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
Add a link
Reference in a new issue