summaryrefslogtreecommitdiff
path: root/nongnu/packages/gog.scm
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2020-06-22 02:04:13 +0200
committerAlex Griffin <a@ajgrf.com>2020-06-25 08:41:14 -0500
commitc48eba52614b4ba0ee72fef2ff27d9c1efabc9ab (patch)
tree4bf83309334c24b6dd277a73f28d3590bae1e814 /nongnu/packages/gog.scm
parent61a1e8a9308d349afc91a51a536a228e96655473 (diff)
nongnu: lgogdownloader: Build and install man page.
* nongnu/packages/gog.scm (lgogdownloader)[native-inputs]: Add help2man.
Diffstat (limited to 'nongnu/packages/gog.scm')
-rw-r--r--nongnu/packages/gog.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/nongnu/packages/gog.scm b/nongnu/packages/gog.scm
index 554372e..f60a68c 100644
--- a/nongnu/packages/gog.scm
+++ b/nongnu/packages/gog.scm
@@ -18,6 +18,7 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages crypto)
#:use-module (gnu packages curl)
+ #:use-module (gnu packages man)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages serialization)
#:use-module (gnu packages web)
@@ -53,7 +54,8 @@
("tinyxml2" ,tinyxml2)
("zlib" ,zlib)))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("help2man" ,help2man)
+ ("pkg-config" ,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,