guix-commits
[Top][All Lists]
Advanced

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

19/48: gnu: glib: Install m4 macros.


From: guix-commits
Subject: 19/48: gnu: glib: Install m4 macros.
Date: Fri, 21 Jun 2019 01:06:57 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit 220bcf6fbac7eca3db16727d2f9e3bbc85c53cf5
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 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)



reply via email to

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