me
/
guix
Archived
1
0
Fork 0

gnu: gmime: Enable introspection.

* gnu/packages/mail.scm (gmime)[arguments]: Add the "--enable-introspection"
flag to configure-flags.
[native-inputs]: Add gobject-introspection.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Tanguy Le Carrour 2020-11-14 10:26:10 +01:00 committed by Efraim Flashner
parent c622849691
commit e9654ef1bf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 2 deletions

View File

@ -593,12 +593,15 @@ It adds a large amount of new and improved features to mutt.")
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("gnupg" ,gnupg))) ; for tests only ("gnupg" ,gnupg) ; for tests only
("gobject-introspection" ,gobject-introspection)))
(inputs `(("glib" ,glib) (inputs `(("glib" ,glib)
("gpgme" ,gpgme) ("gpgme" ,gpgme)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:phases `(#:configure-flags
(list "--enable-introspection=yes")
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after (add-after
'unpack 'patch-paths-in-tests 'unpack 'patch-paths-in-tests