mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: tor-browser: Build with newest rust-cbindgen.
* gnu/packages/tor-browsers.scm (make-torbrowser)[inputs]: Replace rust-cbindgen-0.24 with rust-cbindgen. Change-Id: I6263a11342cb506c6c271e0360b7273c35be585d
This commit is contained in:
parent
4003c60abf
commit
79163d2c3c
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ (define* (make-torbrowser #:key
|
|||
(list
|
||||
rust
|
||||
`(,rust "cargo")
|
||||
rust-cbindgen-0.24
|
||||
rust-cbindgen
|
||||
llvm-15
|
||||
clang-15
|
||||
perl
|
||||
|
|
Loading…
Reference in a new issue