emacs: remove dependency gettext
It is not needed.
This commit is contained in:
@@ -249,7 +249,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optionals (withPgtk || withX && (withGTK3 || withXwidgets)) [ wrapGAppsHook3 ];
|
||||
|
||||
buildInputs = [
|
||||
gettext
|
||||
gnutls
|
||||
(lib.getDev harfbuzz)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user