~ruther/guix-local

75630043013f4d9d69f6ae45bf84e69965b840d1 — Andreas Enge 12 years ago 396b3c8
gnu: gmime: Use gnome mirror for download.

* gnu/packages/mail.scm (gmime): Use gnome mirror, fixes download problems
    with automatic https redirection.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +1 -1
@@ 174,7 174,7 @@ operating systems.")
    (version "2.6.19")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://download.gnome.org/sources/gmime/"
              (uri (string-append "mirror://gnome/sources/gmime/"
                                  (string-join (take (string-split version #\.)
                                                     2)
                                               ".")