all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Alberto Eleuterio Flores Guerrero <barbanegra+guix@posteo.mx>
Cc: 40619-done@debbugs.gnu.org
Subject: bug#40619: [PATCH] gnu: Add emacs-typit.
Date: Tue, 14 Apr 2020 11:15:38 +0200	[thread overview]
Message-ID: <87y2qyv35x.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20200414035236.22556-1-barbanegra+guix@posteo.mx> (Alberto Eleuterio Flores Guerrero's message of "Mon, 13 Apr 2020 22:52:36 -0500")

Hello,

Alberto Eleuterio Flores Guerrero <barbanegra+guix@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

      reply	other threads:[~2020-04-14  9:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14  3:52 [bug#40619] [PATCH] gnu: Add emacs-typit Alberto Eleuterio Flores Guerrero
2020-04-14  9:15 ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y2qyv35x.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=40619-done@debbugs.gnu.org \
    --cc=barbanegra+guix@posteo.mx \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.