mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: notmuch: Simplify inputs.
* gnu/packages/mail.scm (notmuch)[native-inputs]: Remove labels.
This commit is contained in:
parent
509ef2125d
commit
a7478b1ca0
1 changed files with 13 additions and 14 deletions
|
@ -1370,20 +1370,19 @@ (define-public notmuch
|
||||||
(substitute* (find-files "test" "\\.sh$")
|
(substitute* (find-files "test" "\\.sh$")
|
||||||
(("/bin/sh") (which "sh"))))))))
|
(("/bin/sh") (which "sh"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash-completion" ,bash-completion)
|
(list bash-completion
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python)
|
python
|
||||||
("python-docutils" ,python-docutils)
|
python-docutils
|
||||||
("sphinx" ,python-sphinx)
|
python-sphinx
|
||||||
("texinfo" ,texinfo)
|
texinfo
|
||||||
|
;; The following are required for tests only.
|
||||||
;; The following are required for tests only.
|
emacs-no-x ; -minimal lacks libxml, needed for some tests
|
||||||
("emacs" ,emacs-no-x) ; -minimal lacks libxml, needed for some tests
|
which
|
||||||
("which" ,which)
|
dtach
|
||||||
("dtach" ,dtach)
|
gnupg
|
||||||
("gnupg" ,gnupg)
|
man-db
|
||||||
("man" ,man-db)
|
perl))
|
||||||
("perl" ,perl)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list glib gmime talloc xapian zlib))
|
(list glib gmime talloc xapian zlib))
|
||||||
(home-page "https://notmuchmail.org/")
|
(home-page "https://notmuchmail.org/")
|
||||||
|
|
Loading…
Reference in a new issue