guix-commits
[Top][All Lists]
Advanced

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

03/24: gnu: ytnef: Don't build static library.


From: guix-commits
Subject: 03/24: gnu: ytnef: Don't build static library.
Date: Tue, 24 May 2022 20:22:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 954db7378ed4360daebdcd754bb4350b9c5a2436
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: ytnef: Don't build static library.
    
    * gnu/packages/mail.scm (ytnef)[arguments]: Add "--disable-static"
    to #:configure-flags.
---
 gnu/packages/mail.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 49325116fb..aa152b242d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4035,6 +4035,9 @@ It is a replacement for the @command{urlview} program.")
                (base32
                 "0pk7jp8yc91nahcb7659khwdid0ibfi7n0135kwfnasak8gr75rz"))))
     (build-system gnu-build-system)
+    (arguments
+     (list #:configure-flags
+           '(list "--disable-static")))
     (native-inputs
      (list autoconf automake libtool))
     (home-page "https://github.com/Yeraze/ytnef/";)



reply via email to

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