Fix nix build: don't try to compile dbus

This commit is contained in:
bluepython508
2025-03-22 17:17:10 +00:00
parent 4c4ee87e08
commit ccfe8d6c61
4 changed files with 1 additions and 28 deletions

21
Cargo.lock generated
View File

@@ -153,17 +153,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
[[package]]
name = "dbus"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
dependencies = [
"libc",
"libdbus-sys",
"winapi",
]
[[package]]
name = "downcast-rs"
version = "1.2.1"
@@ -410,15 +399,6 @@ version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libdbus-sys"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
dependencies = [
"pkg-config",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
@@ -602,7 +582,6 @@ name = "riverigilo"
version = "0.1.0"
dependencies = [
"color-eyre",
"dbus",
"eyre",
"futures",
"oneshot",