me
/
guix
Archived
1
0
Fork 0

gnu: ytnef: Don't build static library.

* gnu/packages/mail.scm (ytnef)[arguments]: Add "--disable-static"
to #:configure-flags.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent 1290fce44d
commit 954db7378e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -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/")