mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-1.55: Explicitly use llvm-13.
* gnu/packages/rust.scm (rust-1.55)[inputs]: Clarify llvm is llvm-13.
This commit is contained in:
parent
a280d7938e
commit
2ed667dd92
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ (define rust-1.55
|
|||
("which" ,which)))
|
||||
(inputs
|
||||
`(("jemalloc" ,jemalloc)
|
||||
("llvm" ,llvm)
|
||||
("llvm" ,llvm-13)
|
||||
("openssl" ,openssl)
|
||||
("libssh2" ,libssh2) ; For "cargo"
|
||||
("libcurl" ,curl))) ; For "cargo"
|
||||
|
|
Loading…
Reference in a new issue