emacs: replace systemd with systemdLibs (#441282)

This commit is contained in:
Lin Jian
2025-09-10 21:53:58 +00:00
committed by GitHub
@@ -57,12 +57,11 @@
sigtool,
sqlite,
replaceVars,
systemd,
systemdLibs,
tree-sitter,
texinfo,
webkitgtk_4_0,
wrapGAppsHook3,
writeText,
zlib,
# Boolean flags
@@ -88,7 +87,7 @@
withPgtk ? false,
withSelinux ? stdenv.hostPlatform.isLinux,
withSQLite3 ? true,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
withToolkitScrollBars ? true,
withTreeSitter ? true,
withWebP ? true,
@@ -322,7 +321,7 @@ stdenv.mkDerivation (finalAttrs: {
sqlite
]
++ lib.optionals withSystemd [
systemd
systemdLibs
]
++ lib.optionals withTreeSitter [
tree-sitter