GNU bug report logs -
#66865
[PATCH] gnu: emacs-org-ql-dynamic-agenda: Move to (gnu packages emacs-xyz).
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 1 Nov 2023 00:57:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 66865 <at> debbugs.gnu.org (full text, mbox):
Hi Nicolas,
On Wed, 01 Nov 2023 08:54:47 +0800,
Nicolas Graves via Guix-patches via wrote:
>
> * /gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): Move from here…
> * /gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): …to here.
> ---
> gnu/packages/emacs-xyz.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index c9b6a18112..02bc90a985 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -31588,13 +31588,13 @@ (define-public emacs-org-dynamic-agenda
> "This package dynamically generates org-agenda-files.")
> (license license:gpl3+)))
>
> -(define-public emacs-org-ql-dynamic-agenda
> +(define-public emacs-org-dynamic-agenda-ql
> (package
> (inherit emacs-org-dynamic-agenda)
> - (name "emacs-org-ql-dynamic-agenda")
> + (name "emacs-org-dynamic-agenda-ql")
> (arguments
> (list #:include
> - #~(list "org-ql-dynamic-agenda\\.el" "README\\.org")))
> + #~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
> (propagated-inputs (list emacs-org-ql))
> (description
> "This package dynamically generates org-agenda-files, and take advantage
> --
> 2.41.0
I have changed the commit message to "gnu: emacs-org-ql-dynamic-agenda: Rename
to emacs-org-dynamic-agenda-ql."
And applied it as 33644303a1889477fd53287ed1042201a8fd262f, thank you!
This bug report was last modified 1 year and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.