GNU bug report logs - #41016
[PATCH] gnu: emacs-next: Upgrade to 27.0.91.

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Sat, 2 May 2020 04:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 41016 <at> debbugs.gnu.org
Subject: [bug#41016] [PATCH] gnu: emacs-next: Upgrade to 27.0.91.
Date: Mon, 04 May 2020 23:00:16 +0200
Hi Jack,

Jack Hill <jackhill <at> jackhill.us> skribis:

> * gnu/packages/emacs.scm (emacs-next): Upgrade to 27.0.91.
> [inputs]: Remove imagemagick.

[...]

> -         ,@(package-inputs emacs)))
> +         ;; Emacs no longer uses ImageMagick by default
> +         ;; https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-27.0.91&id=c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c#n102
> +         ,@(let ((package-eq? (lambda (symbol input-item)
> +                                (match input-item
> +                                  ((name package)
> +                                   (eq? symbol package))))))
> +             (delete imagemagick (package-inputs emacs) package-eq?))))

For simplicity, we’d typically write:

  (alist-delete "imagemagick" (package-inputs emacs))

I can do it for you if you want, thanks!

Ludo’.




This bug report was last modified 5 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.