guix-patches
[Top][All Lists]
Advanced

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

[bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable.


From: Ricardo Wurmus
Subject: [bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable.
Date: Mon, 21 May 2018 22:18:26 +0200
User-agent: mu4e 1.0; emacs 25.3.1

Hi Pierre,

> * gnu/packages/emacs.scm (emacs-daemons): New variable.
> ---
>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index f3d08e810..10bf4c355 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -10464,3 +10464,26 @@ Dumb Jump performs best with The Silver Searcher 
> @command{ag} or ripgrep
>         "This package provides an Emacs minor mode for highlighting
>  device tree files.")
>        (license license:gpl3+))))
> +
> +(define-public emacs-daemons
> +  (package
> +    (name "emacs-daemons")
> +    (version "1.2.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/cbowdon/daemons.el/archive/";
> +                           version ".tar.gz"))

Please do not use these auto-generated tarballs from GitHub, as they are
generated upon demand.  This means that at some point in the future the
hash may change.  Use “git-fetch” instead.

> +       (file-name (string-append name "-" version "-checkout"))

If you’re using a tarball, then the name should not end on “-checkout”.

Thanks!

-- 
Ricardo







reply via email to

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