From 37c86ba2f7726d7bdaae06478f15e6f26feac74e Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Mon, 8 Jun 2026 10:07:00 +0800 Subject: [PATCH] emacs: remove dependency gettext It is not needed. --- pkgs/applications/editors/emacs/make-emacs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/make-emacs.nix b/pkgs/applications/editors/emacs/make-emacs.nix index 22246f9fe962..47da6df04c9e 100644 --- a/pkgs/applications/editors/emacs/make-emacs.nix +++ b/pkgs/applications/editors/emacs/make-emacs.nix @@ -249,7 +249,6 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals (withPgtk || withX && (withGTK3 || withXwidgets)) [ wrapGAppsHook3 ]; buildInputs = [ - gettext gnutls (lib.getDev harfbuzz) ]