guix-commits
[Top][All Lists]
Advanced

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

166/285: gnu: mumimu: Remove reference to guile-email.


From: guix-commits
Subject: 166/285: gnu: mumimu: Remove reference to guile-email.
Date: Sun, 29 Dec 2019 20:44:22 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit a8a806bf40e5dae5e93e0958969848156d7103d8
Author: Christopher Baines <address@hidden>
Date:   Thu Dec 26 10:29:26 2019 +0000

    gnu: mumimu: Remove reference to guile-email.
    
    The use of guile-email in this package definition seems to cause errors when
    working with other packages, errors like: error: guile-email: unbound 
variable
    
    I'm not sure why the version of the Guile email package is appropriate here
    either, but for now just to avoid the problems, inline the current version 
of
    the package (and add a comment so this is more obvious). This issue was
    probably introduced in: c7b2b539802eaa3f969e212c98eb671a1a75e9f3
    
    * gnu/packages/mail.scm (mumimu)[version]: Inline the current value
    of (package-version guile-email) as a string.
---
 gnu/packages/mail.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3315d27..81e1063 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -776,7 +776,9 @@ attachments, create new maildirs, and so on.")
     (package
       (inherit mu)
       (name "mumimu")
-      (version (git-version (package-version guile-email) revision commit))
+      ;; TODO The version here used to be (package-version guile-email), but
+      ;; that code caused problems
+      (version (git-version "0.2.2" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference



reply via email to

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