apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 757cbc5d39eff4d7c6c4138859fb7cd3424c4e56 Author: Maxim Cournoyer <[email protected]> AuthorDate: Sat Oct 9 00:44:08 2021 -0400 gnu: dbus-c++: Fix build. * gnu/packages/glib.scm (dbus-c++)[inputs]: Add libunwind. --- gnu/packages/glib.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 3065ae8..2083a17 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -54,6 +54,7 @@ #:use-module (gnu packages gperf) #:use-module (gnu packages gtk) #:use-module (gnu packages libffi) + #:use-module (gnu packages libunwind) #:use-module (gnu packages linux) #:use-module (gnu packages m4) #:use-module (gnu packages nettle) @@ -1099,7 +1100,8 @@ This package provides the library for GLib applications.") (inputs `(("efl" ,efl) ("expat" ,expat) - ("glib" ,glib))) + ("glib" ,glib) + ("libunwind" ,libunwind))) (native-inputs `(("pkg-config" ,pkg-config))) (arguments
