guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

100/133: gnu: glib: Install m4 macros.


From: guix-commits
Subject: 100/133: gnu: glib: Install m4 macros.
Date: Sun, 6 Jan 2019 16:59:47 -0500 (EST)

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

commit 68a5051696ca70d9db7ad72ab709610a1384cf56
Author: Ricardo Wurmus <address@hidden>
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 88b345c..1f8dd1b 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

[Prev in Thread] Current Thread [Next in Thread]