guix-patches
[Top][All Lists]
Advanced

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

bug#40619: [PATCH] gnu: Add emacs-typit.


From: Nicolas Goaziou
Subject: bug#40619: [PATCH] gnu: Add emacs-typit.
Date: Tue, 14 Apr 2020 11:15:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Alberto Eleuterio Flores Guerrero <address@hidden> writes:

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

Thank you. I applied your patch with the changes below.

> +(define-public emacs-typit
> +  (package
> +    (name "emacs-typit")
> +    (version "0.2.1")

This release is somewhat old (2017), and newer commits include
additional dictionaries, so I added the latest commit instead, with
a comment.

The line above became:

  (version (git-version "0.2.1" revision commit))

> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/mrkkrp/typit.git";)
> +             (commit "a4e3147dedac5535bdc8b06aca00f34f14f26e35")))

The line above became

  (commit commit)

> +    (license license:gpl3)))

I fixed the license, which is gpl3+.

Regards,

-- 
Nicolas Goaziou





reply via email to

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