GNU bug report logs - #39323
[PATCH] gnu: Add emacs-delight.

Previous Next

Package: guix-patches;

Reported by: Amin Bandali <mab <at> gnu.org>

Date: Mon, 27 Jan 2020 23:53:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 39323 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Amin Bandali <mab <at> gnu.org>
Cc: 39323 <at> debbugs.gnu.org
Subject: Re: [bug#39323] [PATCH] gnu: Add emacs-delight.
Date: Tue, 28 Jan 2020 08:57:28 +0100
Hello,

Amin Bandali <mab <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-delight): New variable.

Thank you.

> +(define-public emacs-delight
> +  (let ((commit "05ef4d7d1a371884defcb47e881904f2a25a40b7")
> +        (revision "0"))
> +    (package
> +      (name "emacs-delight")
> +      (version (git-version "1.5" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://git.savannah.gnu.org/git/delight.git")
> +               (commit commit)))

Is it possible to stick to the release from GNU ELPA instead? Or is
there any particular reason to use this commit?

Regards,

-- 
Nicolas Goaziou




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

Previous Next


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