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