guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-email-latest: Fix build.


From: guix-commits
Subject: branch master updated: gnu: guile-email-latest: Fix build.
Date: Sun, 08 Jan 2023 07:22:08 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c7fbdb7c9d gnu: guile-email-latest: Fix build.
c7fbdb7c9d is described below

commit c7fbdb7c9d0ffd27c31ed5ef80ba131459ab3a48
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 8 13:19:29 2023 +0100

    gnu: guile-email-latest: Fix build.
    
    * gnu/packages/guile-xyz.scm (guile-email-latest)[arguments]: Restore the
    default.
---
 gnu/packages/guile-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2dd5a520d1..cfb6fa97ec 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1520,6 +1520,7 @@ format.")
          (sha256
           (base32
            "1g4rn7ai3nfxmpppc8qbpv8b18wnsld29y5xa58cv9b8pf3pbwnj"))))
+      (arguments '())
       (native-inputs
        (list pkg-config autoconf automake texinfo)))))
 



reply via email to

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