unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60314] [PATCH] gnu: Add emacs-snow.
@ 2022-12-25 16:11 jgart via Guix-patches via
  2022-12-25 21:59 ` Nicolas Goaziou
  2022-12-25 23:31 ` jgart via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-12-25 16:11 UTC (permalink / raw)
  To: 60314; +Cc: jgart, Nicolas Goaziou

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#60314] [PATCH] gnu: Add emacs-snow.
  2022-12-25 16:11 [bug#60314] [PATCH] gnu: Add emacs-snow jgart via Guix-patches via
@ 2022-12-25 21:59 ` Nicolas Goaziou
  2022-12-25 23:31 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-12-25 21:59 UTC (permalink / raw)
  To: 60314; +Cc: 60314-done, jgart

Hello,

jgart via Guix-patches via <guix-patches@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#60314] [PATCH] gnu: Add emacs-snow.
  2022-12-25 16:11 [bug#60314] [PATCH] gnu: Add emacs-snow jgart via Guix-patches via
  2022-12-25 21:59 ` Nicolas Goaziou
@ 2022-12-25 23:31 ` jgart via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-12-25 23:31 UTC (permalink / raw)
  To: mail, 60314; +Cc: 60314-done

Thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-25 23:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 16:11 [bug#60314] [PATCH] gnu: Add emacs-snow jgart via Guix-patches via
2022-12-25 21:59 ` Nicolas Goaziou
2022-12-25 23:31 ` jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).