mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ytnef: Don't build static library.
* gnu/packages/mail.scm (ytnef)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
1290fce44d
commit
954db7378e
1 changed files with 3 additions and 0 deletions
|
@ -4035,6 +4035,9 @@ (define-public ytnef
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue