GNU bug report logs -
#31499
[PATCH 01/21] gnu: emacs-daemons: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 18:50:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 7 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.