Unverified Commit 0271b366 authored by pancho horrillo's avatar pancho horrillo
Browse files

emacs: adjust URL to comment in Emacs’ NEWS file



By using a tag instead of a branch we protect ourselves against
code/docs reorganization upstream.

Co-authored-by: default avatarAnderson Torres <anderson.torres.8519@gmail.com>
parent f16815c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",