mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
halloy: drop unused dependencies
This commit is contained in:
parent
4da7bc90ea
commit
9f47aebee5
2 changed files with 1 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/irc/Cargo.toml b/irc/Cargo.toml
|
||||
index 19013b0..62afba3 100644
|
||||
--- a/irc/Cargo.toml
|
||||
+++ b/irc/Cargo.toml
|
||||
@@ -16,7 +16,7 @@ tokio-rustls = { version = "0.26.0", default-features = false, features = ["tls1
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
rustls-native-certs = "0.7.0"
|
||||
rustls-pemfile = "2.1.1"
|
||||
-xz2 = { version = "0.1.7", features = ["static"] }
|
||||
+xz2 = "0.1.7"
|
||||
|
||||
[dependencies.proto]
|
||||
path = "proto"
|
|
@ -4,7 +4,7 @@ version=2025.7
|
|||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="alsa-lib-devel libglvnd-devel liblzma-devel libzstd-devel openssl-devel sqlite-devel wayland-devel"
|
||||
makedepends="alsa-lib-devel openssl-devel"
|
||||
short_desc="IRC application"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue