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 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(base32
|
(base32
|
||||||
"0pk7jp8yc91nahcb7659khwdid0ibfi7n0135kwfnasak8gr75rz"))))
|
"0pk7jp8yc91nahcb7659khwdid0ibfi7n0135kwfnasak8gr75rz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags
|
||||||
|
'(list "--disable-static")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool))
|
(list autoconf automake libtool))
|
||||||
(home-page "https://github.com/Yeraze/ytnef/")
|
(home-page "https://github.com/Yeraze/ytnef/")
|
||||||
|
|
Reference in a new issue