diff --git a/pkgs/applications/editors/emacs/make-emacs.nix b/pkgs/applications/editors/emacs/make-emacs.nix index e3a882b1afb1..523210b93b80 100644 --- a/pkgs/applications/editors/emacs/make-emacs.nix +++ b/pkgs/applications/editors/emacs/make-emacs.nix @@ -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