gnu: claws-mail: Add comments for optional inputs.

* gnu/packages/mail.scm (claws-mail)[native-inputs]: Add comment
for docbook-utils.
[inputs]: Add comments for j-pilot and webkitgtk.
This commit is contained in:
Raghav Gururajan 2021-07-15 01:08:02 -04:00
parent ffe2632e12
commit 38de3de40d
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551

View file

@ -1619,7 +1619,8 @@ (define-public claws-mail
(arguments
`(#:configure-flags
(list
"--disable-static")
"--disable-static"
"--enable-demo-plugin")
#:make-flags
;; Disable updating icon cache since it's done by the profile hook.
;; Conflict with other packages in the profile would be inevitable
@ -1636,6 +1637,7 @@ (define-public claws-mail
"/share/mime/globs"))))))))
(native-inputs
`(("bison" ,bison)
;;("docbook-utils" ,docbook-utils)
("flex" ,flex)
("gettext-minimal" ,gettext-minimal)
("gobject-introspection" ,gobject-introspection)
@ -1660,6 +1662,7 @@ (define-public claws-mail
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gtk+" ,gtk+)
("gumbo-parser" ,gumbo-parser)
;;("j-pilot" ,j-pilot)
("libarchive" ,libarchive)
("libcanberra" ,libcanberra)
("libetpan" ,libetpan)
@ -1680,6 +1683,7 @@ (define-public claws-mail
("python-pygobject" ,python-pygobject)
("shared-mime-info" ,shared-mime-info)
("startup-notification" ,startup-notification)
;;("webkitgtk" ,webkitgtk)
("ytnef" ,ytnef)))
(propagated-inputs
`(("dconf" ,dconf)))