mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mailutils: Omit static library.
* gnu/packages/mail.scm (mailutils)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
4771e67c04
commit
52e17b9f3f
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ (define-public mailutils
|
|||
(string-append "\"" (which "sh") "\""))))))
|
||||
#:configure-flags
|
||||
#~(list "--sysconfdir=/etc"
|
||||
"--disable-static"
|
||||
|
||||
;; Add "/X.Y" to the installation directory.
|
||||
(string-append "--with-guile-site-dir="
|
||||
|
|
Loading…
Reference in a new issue