me
/
guix
Archived
1
0
Fork 0

gnu: rust-1.55: Explicitly use llvm-13.

* gnu/packages/rust.scm (rust-1.55)[inputs]: Clarify llvm is llvm-13.
master
Efraim Flashner 2023-02-22 08:49:15 +02:00
parent a280d7938e
commit 2ed667dd92
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ ar = \"" binutils "/bin/ar" "\"
("which" ,which))) ("which" ,which)))
(inputs (inputs
`(("jemalloc" ,jemalloc) `(("jemalloc" ,jemalloc)
("llvm" ,llvm) ("llvm" ,llvm-13)
("openssl" ,openssl) ("openssl" ,openssl)
("libssh2" ,libssh2) ; For "cargo" ("libssh2" ,libssh2) ; For "cargo"
("libcurl" ,curl))) ; For "cargo" ("libcurl" ,curl))) ; For "cargo"