kkebreau pushed a commit to branch core-updates
in repository guix.
commit 220bcf6fbac7eca3db16727d2f9e3bbc85c53cf5
Author: Ricardo Wurmus <[email protected]>
Date: Wed Dec 5 12:08:51 2018 +0100
gnu: glib: Install m4 macros.
* gnu/packages/glib.scm (glib)[native-inputs]: Add m4.
---
gnu/packages/glib.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 35d2e68..9acbfd8 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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)