GNU bug report logs - #60314
[PATCH] gnu: Add emacs-snow.

Previous Next

Package: guix-patches;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60314: closed ([PATCH] gnu: Add emacs-snow.)
Date: Sun, 25 Dec 2022 22:00:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 25 Dec 2022 22:59:32 +0100
with message-id <87pmc7401n.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#60314] [PATCH] gnu: Add emacs-snow.
has caused the debbugs.gnu.org bug report #60314,
regarding [PATCH] gnu: Add emacs-snow.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60314: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60314
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>, Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: [PATCH] gnu: Add emacs-snow.
Date: Sun, 25 Dec 2022 10:11:47 -0600
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: 60314-done <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>
Subject: Re: [bug#60314] [PATCH] gnu: Add emacs-snow.
Date: Sun, 25 Dec 2022 22:59:32 +0100
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


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.