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

Previous Next

Package: guix-patches;

Reported by: Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>

Date: Tue, 14 Apr 2020 04:20: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 #10 received at 40619-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>
Cc: 40619-done <at> debbugs.gnu.org
Subject: Re: [bug#40619] [PATCH] gnu: Add emacs-typit.
Date: Tue, 14 Apr 2020 11:15:38 +0200
Hello,

Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx> 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




This bug report was last modified 5 years and 91 days ago.

Previous Next


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