refactor: remove dbus C dep

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-29 07:16:48 +00:00
parent d2adff7882
commit 463010c9f6
11 changed files with 1074 additions and 388 deletions

View File

@@ -23,11 +23,9 @@
# n34 development environment
devShells.default = mkShell {
packages = [
dbus
git-cliff
mdbook
nushell
pkg-config
taplo
];
@@ -50,14 +48,6 @@
cargoLock.lockFile = ./Cargo.lock;
src = lib.cleanSource ./.;
nativeBuildInputs = [
pkg-config
];
buildInputs = [
dbus
];
meta = {
inherit (manifest) description homepage;
license = lib.licenses.gpl3Plus;