GNU bug report logs - #63900
[PATCH] gnu: Add emacs-fb2-reader.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <4164616d.4b616e647572 <at> gmail.com>

Date: Mon, 5 Jun 2023 04:57: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 #19 received at 63900-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Adam Kandur <4164616d.4b616e647572 <at> gmail.com>
Cc: 63900-done <at> debbugs.gnu.org
Subject: Re: [bug#63900] [PATCH] gnu: Add emacs-fb2-reader.
Date: Sat, 10 Jun 2023 20:46:45 +0200
Hello,

Adam Kandur <4164616d.4b616e647572 <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-fb2-reader): New variable.

Thank you. Applied, with the changes below.

> +(define-public emacs-fb2-reader
> +  (let ((revision "0")
> +        (commit "9836db284749e0cef4c43c2cb5358c82ae9b8589")) ; version bump
> +    (package
> +      (name "emacs-fb2-reader")
> +      (version (git-version "0.1.1" revision commit))

No need for `git-version' for version bumps.

> +      (native-inputs
> +       (list emacs-buttercup
> +             emacs-dash
> +             emacs-s
> +             emacs-async))
> +      (propagated-inputs
> +       (list emacs-visual-fill-column
> +             emacs-f))

I reordered inputs alphabetically.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 1 year and 348 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.