mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +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")))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("cabextract" ,cabextract)
|
||||
("curl" ,curl)
|
||||
("gnupg" ,gnupg)
|
||||
("imagemagick" ,imagemagick)
|
||||
("jq" ,jq)
|
||||
("libx11" ,libx11)
|
||||
("mesa" ,mesa)
|
||||
("netcat" ,netcat)
|
||||
("python2-wxpython" ,python2-wxpython)
|
||||
("wget" ,wget)
|
||||
("wine" ,wine)
|
||||
("xrdb" ,xrdb)))
|
||||
(list cabextract
|
||||
curl
|
||||
gnupg
|
||||
imagemagick
|
||||
jq
|
||||
libx11
|
||||
mesa
|
||||
netcat
|
||||
python2-wxpython
|
||||
wget
|
||||
wine
|
||||
xrdb))
|
||||
(home-page "https://www.playonlinux.com/")
|
||||
(synopsis "Easy installer for Windows games")
|
||||
(description "PlayOnLinux is a piece of software which allows you to easily
|
||||
|
|
Loading…
Reference in a new issue