From 895f2e04a7a1f00b730b006c8fe1c8f9a8d0d7a7 Mon Sep 17 00:00:00 2001 From: Breadway Date: Thu, 11 Jun 2026 13:37:30 +0800 Subject: [PATCH] fix: update system_deps to accurate Arch package names Required: systemd-libs (libudev.so.1), openssl, zlib (bread CLI via git2) Optional: bluez (Bluetooth, graceful degradation), hyprland (IPC features) Removes empty system_deps placeholder. Co-Authored-By: Claude Sonnet 4.6 --- bakery.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bakery.toml b/bakery.toml index 52dff3c..ab782a0 100644 --- a/bakery.toml +++ b/bakery.toml @@ -1,7 +1,8 @@ name = "bread" description = "Reactive automation daemon and CLI for Linux desktops" binaries = ["breadd", "bread"] -system_deps = [] +system_deps = ["systemd-libs", "openssl", "zlib"] +optional_system_deps = ["bluez", "hyprland"] bread_deps = [] [[service]]