mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: gmime: Remove obsolete configure flag.
* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes" from #:configure-flags.
This commit is contained in:
parent
f5b8f9541f
commit
1b8f9cea9b
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ (define-public gmime
|
|||
(inputs (list glib gpgme zlib))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--enable-introspection=yes" "--enable-vapigen=yes")
|
||||
(list "--enable-introspection=yes")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
|
|
Loading…
Reference in a new issue