mako: replace systemd with systemdMinimal (#387375)

This commit is contained in:
Vlad M.
2025-03-06 09:21:28 +02:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
ninja,
pkg-config,
scdoc,
systemd,
systemdMinimal,
pango,
cairo,
gdk-pixbuf,
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
wayland-scanner
];
buildInputs = [
systemd
systemdMinimal
pango
cairo
gdk-pixbuf
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
gappsWrapperArgs+=(
--prefix PATH : "${
lib.makeBinPath [
systemd # for busctl
systemdMinimal # for busctl
jq
bash
]