mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: playonlinux: Remove input labels.
* nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Remove input labels.
This commit is contained in:
parent
775229372b
commit
21a7afca46
1 changed files with 12 additions and 12 deletions
|
@ -100,18 +100,18 @@
|
||||||
(string-append out "/share/playonlinux/lang/locale")))
|
(string-append out "/share/playonlinux/lang/locale")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cabextract" ,cabextract)
|
(list cabextract
|
||||||
("curl" ,curl)
|
curl
|
||||||
("gnupg" ,gnupg)
|
gnupg
|
||||||
("imagemagick" ,imagemagick)
|
imagemagick
|
||||||
("jq" ,jq)
|
jq
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("netcat" ,netcat)
|
netcat
|
||||||
("python2-wxpython" ,python2-wxpython)
|
python2-wxpython
|
||||||
("wget" ,wget)
|
wget
|
||||||
("wine" ,wine)
|
wine
|
||||||
("xrdb" ,xrdb)))
|
xrdb))
|
||||||
(home-page "https://www.playonlinux.com/")
|
(home-page "https://www.playonlinux.com/")
|
||||||
(synopsis "Easy installer for Windows games")
|
(synopsis "Easy installer for Windows games")
|
||||||
(description "PlayOnLinux is a piece of software which allows you to easily
|
(description "PlayOnLinux is a piece of software which allows you to easily
|
||||||
|
|
Loading…
Reference in a new issue