rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 1d0f926233736585b3ee1a9473588aa5947d2132
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 e6bb3b6..9384bef 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -175,6 +175,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)

Reply via email to