diff mbox series

[bug#52965] update xsnow, simplify inputs

Message ID MsRATDG--3-2@tutanota.com
State Accepted
Headers show
Series [bug#52965] update xsnow, simplify inputs | expand

Commit Message

Deslauriers, Douglas via Guix-patches" via Jan. 2, 2022, 9:15 p.m. UTC

Comments

Leo Famulari Jan. 3, 2022, 3:34 a.m. UTC | #1
On Sun, Jan 02, 2022 at 10:15:45PM +0100, kiasoc5--- via Guix-patches via wrote:
> 

> From cbd6bb2745f33c568ae359f08389b68728866598 Mon Sep 17 00:00:00 2001
> From: kiasoc5 <kiasoc5@tutanota.com>
> Date: Sun, 2 Jan 2022 16:08:29 -0500
> Subject: [PATCH 1/2] gnu: xsnow: Update to 3.4.2.
> 
> * gnu/packages/toys.scm (xsnow): Update to 3.4.2.

Thanks!

>         (uri (string-append
> -             "https://www.ratrabbit.nl/ratrabbit/system/files/xsnow/xsnow-"
> +             "https://nav.dl.sourceforge.net/project/xsnow/xsnow-"
>               version ".tar.gz"))

I pushed these patches as cdf050be91b07c03823835df7472b392ec399ecf after
adjusting the source URL to remain on ratrabbit.nl. It seemed more
"correct" to stay with the canonical URL. I hope that's okay.

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=19109f549e70b9ec94dfc3633efebcef5a8df266
Deslauriers, Douglas via Guix-patches" via Jan. 4, 2022, 11:10 p.m. UTC | #2
That's fine, I put  the sourceforge link at first because all the old versions would be available there but using the home page makes more sense. Thanks!
diff mbox series

Patch

From 39e54183912c29019484fae214a015cb53386fc1 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Sun, 2 Jan 2022 16:09:17 -0500
Subject: [PATCH 2/2] gnu: xsnow: Simplify inputs.

* gnu/packages/toys.scm (xsnow)[inputs]: Remove labels.
---
 gnu/packages/toys.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index a7dd2bc50f..a1386d2298 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -249,11 +249,7 @@  (define-public xsnow
                 (string-append prefix "bin")))
              #t)))))
     (inputs
-     `(("gtk+" ,gtk+)
-       ("libx11" ,libx11)
-       ("libxpm" ,libxpm)
-       ("libxt" ,libxt)
-       ("libxxml2" ,libxml2)))
+     (list gtk+ libx11 libxpm libxt libxml2))
     (native-inputs
      (list pkg-config))
     (home-page "https://www.ratrabbit.nl/ratrabbit/xsnow/index.html")
-- 
2.34.1