guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Goaziou
Subject: [bug#39323] [PATCH] gnu: Add emacs-delight.
Date: Tue, 28 Jan 2020 08:57:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Amin Bandali <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]