summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2023-01-08 13:19:29 +0100
committerMathieu Othacehe <othacehe@gnu.org>2023-01-08 13:21:52 +0100
commitc7fbdb7c9d0ffd27c31ed5ef80ba131459ab3a48 (patch)
tree00bc8a5af447f60a0782d75ef71be15e24fb1e36
parent425af6d74f01b3b63d0a34e3481a1bdfd2dbc70c (diff)
downloadguix-c7fbdb7c9d0ffd27c31ed5ef80ba131459ab3a48.tar.gz
gnu: guile-email-latest: Fix build.
* gnu/packages/guile-xyz.scm (guile-email-latest)[arguments]: Restore the
default.
-rw-r--r--gnu/packages/guile-xyz.scm1
1 files changed, 1 insertions, 0 deletions
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)))))