mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
ffe2632e12
commit
38de3de40d
1 changed files with 5 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue