From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57858) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOHfn-0007ul-HL for guix-patches@gnu.org; Tue, 14 Apr 2020 05:16:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOHfm-0004Y0-Gn for guix-patches@gnu.org; Tue, 14 Apr 2020 05:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOHfm-0004Xw-Dc for guix-patches@gnu.org; Tue, 14 Apr 2020 05:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOHfm-0004tk-9t for guix-patches@gnu.org; Tue, 14 Apr 2020 05:16:02 -0400 Subject: bug#40619: [PATCH] gnu: Add emacs-typit. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Nicolas Goaziou References: <20200414035236.22556-1-barbanegra+guix@posteo.mx> Date: Tue, 14 Apr 2020 11:15:38 +0200 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") Message-ID: <87y2qyv35x.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alberto Eleuterio Flores Guerrero Cc: 40619-done@debbugs.gnu.org Hello, Alberto Eleuterio Flores Guerrero 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