gnu: glib: Install m4 macros.

* gnu/packages/glib.scm (glib)[native-inputs]: Add m4.
This commit is contained in:
Ricardo Wurmus 2018-12-05 12:08:51 +01:00 committed by Kei Kebreau
parent 1d7cb36e8e
commit 220bcf6fba
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ shared NFS home directories.")
`(("coreutils" ,coreutils))) `(("coreutils" ,coreutils)))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("m4" ,m4) ; for installing m4 macros
("dbus" ,dbus) ; for GDBus tests ("dbus" ,dbus) ; for GDBus tests
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python" ,python-wrapper) ("python" ,python-wrapper)