GNU bug report logs -
#43211
[PATCH] gnu: emacs-lice-el: Update to 0.2-2.482e58a.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 5 Sep 2020 08:13: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 43211 <at> debbugs.gnu.org (full text, mbox):
Hi,
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/emacs-xyz.scm (emacs-lice-el): Update to 0.2-2.482e58a.
> [arguments]: Add phase 'install-templates.
> ---
> gnu/packages/emacs-xyz.scm | 16 +++++++++++++---
> 1 file changed, 13 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index d9716ba91c..a5a5e72411 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -15890,10 +15890,10 @@ Magit.")
> (license license:gpl3+)))
>
> (define-public emacs-lice-el
[…]
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (add-after 'install 'install-templates
> + (lambda* (#:key outputs #:allow-other-keys)
> + (copy-recursively
> + "template"
> + (string-append (assoc-ref outputs "out")
> + "/share/emacs/site-lisp/template"))
> + #t)))))
> (home-page "https://github.com/buzztaiki/lice-el")
> (synopsis "License and header template for Emacs")
> (description "@code{lice.el} provides following features:
The ‘site-lisp’ is not an appropriate place for this data. It's better
to install those files in [1] directory, and substitute ‘lice.el’
accordingly so it could find them.
[1] /gnu/store/...emacs-lice-el.../share/emacs-lice-el/template
Could you update the patch with this change, please?
Thanks,
Oleg.
This bug report was last modified 4 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.