mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gmime: Install the vapi file.
* gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file. [native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c00131d4ef
commit
86f031e877
1 changed files with 3 additions and 2 deletions
|
@ -727,13 +727,14 @@ (define-public gmime
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gnupg" ,gnupg) ; for tests only
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("vala" ,vala)))
|
||||
(inputs `(("glib" ,glib)
|
||||
("gpgme" ,gpgme)
|
||||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--enable-introspection=yes")
|
||||
(list "--enable-introspection=yes" "--enable-vapigen=yes")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
|
|
Loading…
Reference in a new issue