mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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: c7b2b53980
* gnu/packages/mail.scm (mumimu)[version]: Inline the current value
of (package-version guile-email) as a string.
This commit is contained in:
parent
8f2e2120c7
commit
03460d2bd3
1 changed files with 3 additions and 1 deletions
|
@ -776,7 +776,9 @@ (define mumimu
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue