hypridle: systemd -> systemdLibs
We only need `libsystemd`, so no need to import the whole `systemd` package. This can reduce the size.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
wayland-scanner,
|
||||
hyprlang,
|
||||
sdbus-cpp_2,
|
||||
systemd,
|
||||
systemdLibs,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hyprlang
|
||||
hyprutils
|
||||
sdbus-cpp_2
|
||||
systemd
|
||||
systemdLibs
|
||||
wayland
|
||||
wayland-protocols
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user