summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2022-05-26 23:19:17 +0200
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-05-26 23:19:17 +0200
commit7c70f6c952e3eed96180c9c907803a818a955e84 (patch)
tree9df2cef2424b6a36b3154ef0e694f64731a50f50
parente1efee7b6fe91ce3af4c943747fdc57c7c7a854e (diff)
nongnu: lgogdownloader: Remove input labels.
* nongnu/packages/gog.scm (lgogdownloader)[inputs]: Remove input lables. [native-inputs]: dito.
-rw-r--r--nongnu/packages/gog.scm28
1 files changed, 14 insertions, 14 deletions
diff --git a/nongnu/packages/gog.scm b/nongnu/packages/gog.scm
index ada7a70..391687d 100644
--- a/nongnu/packages/gog.scm
+++ b/nongnu/packages/gog.scm
@@ -48,21 +48,21 @@
`(#:configure-flags '("-DUSE_QT_GUI=ON")
#:tests? #f)) ; no tests
(inputs
- `(("boost" ,boost)
- ("curl" ,curl)
- ("htmlcxx" ,htmlcxx)
- ("jsoncpp" ,jsoncpp)
- ("liboauth" ,liboauth)
- ("qtbase" ,qtbase-5)
- ("qtdeclarative" ,qtdeclarative)
- ("qtwebchannel" ,qtwebchannel)
- ("qtwebengine" ,qtwebengine)
- ("rhash" ,rhash)
- ("tinyxml2" ,tinyxml2)
- ("zlib" ,zlib)))
+ (list boost
+ curl
+ htmlcxx
+ jsoncpp
+ liboauth
+ qtbase-5
+ qtdeclarative
+ qtwebchannel
+ qtwebengine
+ rhash
+ tinyxml2
+ zlib))
(native-inputs
- `(("help2man" ,help2man)
- ("pkg-config" ,pkg-config)))
+ (list help2man
+ pkg-config))
(home-page "https://sites.google.com/site/gogdownloader/")
(synopsis "Downloader for GOG.com files")
(description "LGOGDownloader is a client for the GOG.com download API,