me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -175,7 +175,7 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libcurl" ,curl) `(("libcurl" ,curl)
("llvm" ,llvm) ("llvm" ,llvm-13)
("openssl" ,openssl-1.1) ("openssl" ,openssl-1.1)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs