gnu: mailutils: Omit static library.
* gnu/packages/mail.scm (mailutils)[arguments]: Add "--disable-static" to #:configure-flags.master
parent
4771e67c04
commit
52e17b9f3f
|
@ -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="
|
||||
|
|
Reference in New Issue