guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: mailutils: Omit static library.


From: guix-commits
Subject: 03/09: gnu: mailutils: Omit static library.
Date: Mon, 23 May 2022 13:43:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 52e17b9f3ff5d6d933179db0db6b4c8a80f2666d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:02 2022 +0200

    gnu: mailutils: Omit static library.
    
    * gnu/packages/mail.scm (mailutils)[arguments]:
    Add "--disable-static" to #:configure-flags.
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]