mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
rust: build rust-analyzer-proc-macro-srv
This commit is contained in:
parent
3588bd4ca4
commit
7b2c6f98e8
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
pkgname=rust
|
||||
version=1.76.0
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="curl pkg-config python3 tar cargo-bootstrap"
|
||||
makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm17-devel"
|
||||
depends="rust-std gcc"
|
||||
|
@ -128,7 +128,7 @@ do_configure() {
|
|||
--release-description="Void Linux" \
|
||||
--llvm-libunwind=no \
|
||||
--llvm-config=/usr/bin/llvm-config \
|
||||
--tools=clippy,rustdoc,rustfmt \
|
||||
--tools=clippy,rustdoc,rustfmt,rust-analyzer-proc-macro-srv \
|
||||
--set="rust.optimize=true" \
|
||||
--set="rust.debug=false" \
|
||||
--set="rust.codegen-units=1" \
|
||||
|
|
Loading…
Add table
Reference in a new issue