summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/toys.scm6
1 files changed, 1 insertions, 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")