3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

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