From 0271b366b795c9acbdf72a1859631bc716e42659 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 9 Oct 2025 10:30:10 +0200 Subject: [PATCH] =?UTF-8?q?emacs:=20adjust=20URL=20to=20comment=20in=20Ema?= =?UTF-8?q?cs=E2=80=99=20NEWS=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By using a tag instead of a branch we protect ourselves against code/docs reorganization upstream. Co-authored-by: Anderson Torres --- pkgs/applications/editors/emacs/make-emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/make-emacs.nix b/pkgs/applications/editors/emacs/make-emacs.nix index 8a4ed7645b1c..bace8a010ee1 100644 --- a/pkgs/applications/editors/emacs/make-emacs.nix +++ b/pkgs/applications/editors/emacs/make-emacs.nix @@ -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",