guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: neomutt: Do not inherit mutt.


From: Ludovic Courtès
Subject: 07/08: gnu: neomutt: Do not inherit mutt.
Date: Sat, 28 Oct 2017 15:56:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 32fc1ec3d5e33bef4ce54e241f640f9a6b10a7b3
Author: ng0 <address@hidden>
Date:   Sat Oct 28 16:23:01 2017 +0000

    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 <address@hidden>
---
 gnu/packages/mail.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c94c5f8..ed095dd 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -275,7 +275,6 @@ operating systems.")
 
 (define-public neomutt
   (package
-    (inherit mutt)
     (name "neomutt")
     (version "20171027")
     (source
@@ -286,6 +285,7 @@ operating systems.")
        (sha256
         (base32
          "10z523cy3s6syh0mwpsncl87wrvyzsk99y7nzicwvx6y3hmdw01d"))))
+    (build-system gnu-build-system)
     (inputs
      `(("cyrus-sasl" ,cyrus-sasl)
        ("gdbm" ,gdbm)
@@ -346,7 +346,8 @@ operating systems.")
     (synopsis "Command-line mail reader based on Mutt")
     (description
      "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
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]