3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xsnow: Simplify inputs.

* gnu/packages/toys.scm (xsnow)[inputs]: Remove labels.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
kiasoc5 2022-01-02 16:09:17 -05:00 committed by Leo Famulari
parent 19109f549e
commit cdf050be91
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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")