me
/
guix
Archived
1
0
Fork 0

gnu: gmime: Remove obsolete configure flag.

* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
from #:configure-flags.
master
Tobias Geerinckx-Rice 2023-07-02 02:00:04 +02:00
parent f5b8f9541f
commit 1b8f9cea9b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ It adds a large amount of new and improved features to mutt.")
(inputs (list glib gpgme zlib)) (inputs (list glib gpgme zlib))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list "--enable-introspection=yes" "--enable-vapigen=yes") (list "--enable-introspection=yes")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after (add-after