GNU bug report logs -
#53930
[PATCH] gnu: Add emacs-nyan-mode.
Previous Next
Full log
View this message in rfc822 format
Hello,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable.
And I thought Guix was a serious distribution… ;)
> +(define-public emacs-nyan-mode
> + (package
> + (name "emacs-nyan-mode")
> + (version "1.1.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://stable.melpa.org/packages/nyan-mode-"
> + version
> + ".tar"))
Using anything MELPA is generally frowned upon. What are the reasons for
not using upstream releases instead?
> + (sha256
> + (base32 "1hd3g1lnwsg7z3g9qvshlmlirgzyja4hjxxgdfpkaakafm87n58c"))))
> + (build-system emacs-build-system)
> + (arguments (list #:include #~(cons* "img/" "mus/" %default-include)))
> + (home-page "https://github.com/TeMPOraL/nyan-mode/")
> + (synopsis "Nyan Cat as position indicator")
Maybe: Nyan Cat as position indicator in a buffer
> + (description
> + "Nyan Mode is an analog indicator of your position in the buffer.
I know the project name is "nyan mode" but still:
Nitpick: Nyan mode is…
Otherwise LGTM.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.