diff options
-rw-r--r-- | gnu/packages/mail.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 7094a9c081..0794fd921c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -337,6 +337,7 @@ example, modify the message headers or body, or encrypt or sign the message.") (string-append "\"" (which "sh") "\"")))))) #:configure-flags #~(list "--sysconfdir=/etc" + "--disable-static" ;; Add "/X.Y" to the installation directory. (string-append "--with-guile-site-dir=" |