diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-05 12:08:51 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:36 -0400 |
commit | 220bcf6fbac7eca3db16727d2f9e3bbc85c53cf5 (patch) | |
tree | e6625a522a29b95b7fcc9f43fd983bd1a681bf52 /gnu/packages/glib.scm | |
parent | 1d7cb36e8ebe04f347cb8b9e0e6ff0658d8e80df (diff) | |
download | patches-220bcf6fbac7eca3db16727d2f9e3bbc85c53cf5.tar patches-220bcf6fbac7eca3db16727d2f9e3bbc85c53cf5.tar.gz |
gnu: glib: Install m4 macros.
* gnu/packages/glib.scm (glib)[native-inputs]: Add m4.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 35d2e685a4..9acbfd8386 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) |