mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-24 15:54:52 +01:00
nongnu: lgogdownloader: Remove input labels.
* nongnu/packages/gog.scm (lgogdownloader)[inputs]: Remove input lables. [native-inputs]: dito.
This commit is contained in:
parent
e1efee7b6f
commit
7c70f6c952
1 changed files with 14 additions and 14 deletions
|
@ -48,21 +48,21 @@
|
||||||
`(#:configure-flags '("-DUSE_QT_GUI=ON")
|
`(#:configure-flags '("-DUSE_QT_GUI=ON")
|
||||||
#:tests? #f)) ; no tests
|
#:tests? #f)) ; no tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
(list boost
|
||||||
("curl" ,curl)
|
curl
|
||||||
("htmlcxx" ,htmlcxx)
|
htmlcxx
|
||||||
("jsoncpp" ,jsoncpp)
|
jsoncpp
|
||||||
("liboauth" ,liboauth)
|
liboauth
|
||||||
("qtbase" ,qtbase-5)
|
qtbase-5
|
||||||
("qtdeclarative" ,qtdeclarative)
|
qtdeclarative
|
||||||
("qtwebchannel" ,qtwebchannel)
|
qtwebchannel
|
||||||
("qtwebengine" ,qtwebengine)
|
qtwebengine
|
||||||
("rhash" ,rhash)
|
rhash
|
||||||
("tinyxml2" ,tinyxml2)
|
tinyxml2
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("help2man" ,help2man)
|
(list help2man
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(home-page "https://sites.google.com/site/gogdownloader/")
|
(home-page "https://sites.google.com/site/gogdownloader/")
|
||||||
(synopsis "Downloader for GOG.com files")
|
(synopsis "Downloader for GOG.com files")
|
||||||
(description "LGOGDownloader is a client for the GOG.com download API,
|
(description "LGOGDownloader is a client for the GOG.com download API,
|
||||||
|
|
Loading…
Reference in a new issue