me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-snow.

* gnu/packages/emacs-xyz.scm (emacs-snow): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
jgart 2022-12-25 10:11:47 -06:00 committed by Nicolas Goaziou
parent 10a661c8c8
commit c408b9042f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -901,6 +901,29 @@ of the segments available in that package using icons from
information in the mode line.")
(license license:expat)))
(define-public emacs-snow
(let ((commit "35ea06f19047ac99eaff9663cb035491c4a13e07")
(revision "0"))
(package
(name "emacs-snow")
(version (git-version "0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alphapapa/snow.el")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1pcqvg70r1k73k3jxgz5qzwqsvwjnwvpfrbjf4b54smglz2nvz19"))))
(build-system emacs-build-system)
(home-page "https://github.com/alphapapa/snow.el/")
(synopsis "Let it snow in Emacs")
(description "This package adds a command @code{snow} that displays
a buffer in which it snows. The storm varies in intensity, a gentle breeze
blows at times, and snow accumulates on the terrain in the scene.")
(license license:gpl3+))))
(define-public emacs-spongebob
(let ((commit "ae8ae6ba0dc57b7357ba87ff0609d27c4a0a5f51")
(revision "0"))