gnu: guile-email-latest: Fix build.

* gnu/packages/guile-xyz.scm (guile-email-latest)[arguments]: Restore the
default.
This commit is contained in:
Mathieu Othacehe 2023-01-08 13:19:29 +01:00
parent 425af6d74f
commit c7fbdb7c9d
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1520,6 +1520,7 @@ (define-public guile-email-latest
(sha256
(base32
"1g4rn7ai3nfxmpppc8qbpv8b18wnsld29y5xa58cv9b8pf3pbwnj"))))
(arguments '())
(native-inputs
(list pkg-config autoconf automake texinfo)))))