emacs: adjust URL to comment in Emacs’ NEWS file (#450216)

This commit is contained in:
Lin Jian
2025-10-10 16:21:20 +00:00
committed by GitHub
@@ -79,7 +79,7 @@
withGTK3 ? withPgtk && !noGui,
withGlibNetworking ? withPgtk || withGTK3 || (withX && withXwidgets),
withGpm ? stdenv.hostPlatform.isLinux,
# https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS.27#L140-L142
# https://github.com/emacs-mirror/emacs/blob/emacs-27.2/etc/NEWS#L118-L120
withImageMagick ? false,
# Emacs 30+ has native JSON support
withJansson ? lib.versionOlder version "30",