gnu: neomutt: Do not inherit mutt.
* gnu/packages/mail.scm (neomutt): Remove (inherit mutt), add 'build-system' and 'license'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7de23b02a1
commit
32fc1ec3d5
|
@ -275,7 +275,6 @@ operating systems.")
|
||||||
|
|
||||||
(define-public neomutt
|
(define-public neomutt
|
||||||
(package
|
(package
|
||||||
(inherit mutt)
|
|
||||||
(name "neomutt")
|
(name "neomutt")
|
||||||
(version "20171027")
|
(version "20171027")
|
||||||
(source
|
(source
|
||||||
|
@ -286,6 +285,7 @@ operating systems.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10z523cy3s6syh0mwpsncl87wrvyzsk99y7nzicwvx6y3hmdw01d"))))
|
"10z523cy3s6syh0mwpsncl87wrvyzsk99y7nzicwvx6y3hmdw01d"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cyrus-sasl" ,cyrus-sasl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
("gdbm" ,gdbm)
|
("gdbm" ,gdbm)
|
||||||
|
@ -346,7 +346,8 @@ operating systems.")
|
||||||
(synopsis "Command-line mail reader based on Mutt")
|
(synopsis "Command-line mail reader based on Mutt")
|
||||||
(description
|
(description
|
||||||
"NeoMutt is a command-line mail reader which is based on mutt.
|
"NeoMutt is a command-line mail reader which is based on mutt.
|
||||||
It adds a large amount of new and improved features to mutt.")))
|
It adds a large amount of new and improved features to mutt.")
|
||||||
|
(license gpl2+)))
|
||||||
|
|
||||||
(define-public gmime
|
(define-public gmime
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue