guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-email: Update to 0.2.1.


From: guix-commits
Subject: 01/01: gnu: guile-email: Update to 0.2.1.
Date: Mon, 23 Sep 2019 15:24:05 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 2c33a849f7a9c2ba68f7e37aa8ba489bf5603594
Author: Arun Isaac <address@hidden>
Date:   Mon Sep 23 21:35:33 2019 +0530

    gnu: guile-email: Update to 0.2.1.
    
    * gnu/packages/guile-xyz.scm (guile-email): Update to 0.2.1.
    [arguments]: Remove patch-module-dir phase.
---
 gnu/packages/guile-xyz.scm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 9822cd5..05658e6 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -909,7 +909,7 @@ tracker's SOAP service, such as 
@url{https://bugs.gnu.org}.";)
 (define-public guile-email
   (package
     (name "guile-email")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
@@ -918,7 +918,7 @@ tracker's SOAP service, such as 
@url{https://bugs.gnu.org}.";)
              version ".tar.lz"))
        (sha256
         (base32
-         "0zgvh2329zrclxfb1lh7dnqrq46jj77l0lx7j9y6y3xgbhd2d9l0"))))
+         "1ph3pb69hr3d8mj05fmbpf5rc67dlm8qnb35cc7cxz8ingvl7kv3"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -926,16 +926,7 @@ tracker's SOAP service, such as 
@url{https://bugs.gnu.org}.";)
     (inputs
      `(("guile" ,guile-2.2)))
     (arguments
-     '(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'configure 'patch-module-dir
-           (lambda _
-             (substitute* "Makefile.in"
-               (("^godir = ([[:graph:]]+)")
-                "godir = \
-$(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache\n"))
-             #t)))))
+     '(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
     (home-page "https://guile-email.systemreboot.net";)
     (synopsis "Guile email parser")
     (description "guile-email is a collection of email utilities implemented



reply via email to

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