guix-patches
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: bug#63900: [PATCH] gnu: Add emacs-fb2-reader.
Date: Sat, 10 Jun 2023 20:46:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Adam Kandur <4164616d.4b616e647572@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





reply via email to

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