GNU bug report logs -
#60314
[PATCH] gnu: Add emacs-snow.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 25 Dec 2022 16:30:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60314 in the body.
You can then email your comments to 60314 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60314
; Package
guix-patches
.
(Sun, 25 Dec 2022 16:30:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 25 Dec 2022 16:30:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-snow): New variable.
Haugh Haugh Haugh Merry Guixmas and a Happy GNU Year!
Let it Snow!
Let it Snow!
Let it Snow!
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8fec7b058f..3e99d787d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -901,6 +901,29 @@ (define-public emacs-spaceline-all-the-icons
information in the mode line.")
(license license:expat)))
+(define-public emacs-snow
+ (let ((commit "59a82054cfd8df9db632ca4c9e2fccc9e97368a5")
+ (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 "14vf6vzz374flqlb8n4xzhvb352jkap83kqbgsgcpy1w90fh6dn6"))))
+ (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} which 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"))
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60314
; Package
guix-patches
.
(Sun, 25 Dec 2022 22:00:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-snow): New variable.
>
> Haugh Haugh Haugh Merry Guixmas and a Happy GNU Year!
Thank you. Applied. Merry Guixmas, too!
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 25 Dec 2022 22:00:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Sun, 25 Dec 2022 22:00:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60314
; Package
guix-patches
.
(Sun, 25 Dec 2022 23:33:01 GMT)
Full text and
rfc822 format available.
Message #16 received at submit <at> debbugs.gnu.org (full text, mbox):
Thanks!
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60314
; Package
guix-patches
.
(Sun, 25 Dec 2022 23:33:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 23 Jan 2023 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.