guix-patches
[Top][All Lists]
Advanced

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

[bug#57770] [PATCH] gnu: Add emacs-app-launcher.


From: Nicolas Goaziou
Subject: [bug#57770] [PATCH] gnu: Add emacs-app-launcher.
Date: Sun, 18 Sep 2022 11:24:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-app-launcher): New variable.

Thank you. Applied with the changes below.

> +    (package
> +    (name "emacs-app-launcher")
> +    (version (git-version "0" revision commit))

I used "0.1" as base version since it is specified as such in the
Version keyword.

> +    (description "This package defines the app-launcher-run-app command which

I used @code{app-launcher-run-app} since this is the name of a variable.

> +uses Emacs standard completion to select an application installed on your
> +machine and launch it.")
> +    (license license:gpl3))))

License is actually gpl3+: it includes "or (at your option) any later
version".

Regards,
-- 
Nicolas Goaziou





reply via email to

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