mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: icecat: Use latest rust.
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the current version of rust and cargo, which is 1.54.
This commit is contained in:
parent
b2563bc335
commit
3e026fc2b1
1 changed files with 2 additions and 2 deletions
|
@ -962,8 +962,8 @@ (define-public icecat
|
|||
|
||||
("patch" ,(canonical-package patch))
|
||||
|
||||
("rust" ,rust-1.51)
|
||||
("cargo" ,rust-1.51 "cargo")
|
||||
("rust" ,rust)
|
||||
("cargo" ,rust "cargo")
|
||||
("rust-cbindgen" ,rust-cbindgen-0.19)
|
||||
("llvm" ,llvm-11)
|
||||
("clang" ,clang-11)
|
||||
|
|
Loading…
Reference in a new issue