tlp: add glib for dbus support

This commit is contained in:
aleksana
2026-01-01 23:33:55 +08:00
parent 275e96ecd4
commit 748054a625

View File

@@ -20,6 +20,7 @@
systemd,
udevCheckHook,
util-linux,
glib,
x86_energy_perf_policy,
# RDW only works with NetworkManager, and thus is optional with default off
enableRDW ? false,
@@ -105,6 +106,7 @@ stdenv.mkDerivation rec {
smartmontools
systemd
util-linux
glib # gdbus
]
++ lib.optional enableRDW networkmanager
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform x86_energy_perf_policy) x86_energy_perf_policy