guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: xsnow: Simplify inputs.


From: guix-commits
Subject: 02/02: gnu: xsnow: Simplify inputs.
Date: Sun, 2 Jan 2022 22:33:47 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit cdf050be91b07c03823835df7472b392ec399ecf
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Sun Jan 2 16:09:17 2022 -0500

    gnu: xsnow: Simplify inputs.
    
    * gnu/packages/toys.scm (xsnow)[inputs]: Remove labels.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 98a1ff0d5f..09426fe6fa 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -249,11 +249,7 @@ The GNU project hosts a similar collection of filters, the 
GNU talkfilters.")
                 (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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]