mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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:
parent
19109f549e
commit
cdf050be91
1 changed files with 1 additions and 5 deletions
|
@ -249,11 +249,7 @@ (define-public xsnow
|
||||||
(string-append prefix "bin")))
|
(string-append prefix "bin")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
(list gtk+ libx11 libxpm libxt libxml2))
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxpm" ,libxpm)
|
|
||||||
("libxt" ,libxt)
|
|
||||||
("libxxml2" ,libxml2)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://www.ratrabbit.nl/ratrabbit/xsnow/index.html")
|
(home-page "https://www.ratrabbit.nl/ratrabbit/xsnow/index.html")
|
||||||
|
|
Loading…
Reference in a new issue