[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/203: gnu: dbus-c++: Fix build.
From: |
guix-commits |
Subject: |
71/203: gnu: dbus-c++: Fix build. |
Date: |
Wed, 3 Nov 2021 21:10:03 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 27918e626730ec9c94d0fb90dc16103e56d8313f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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
- 66/203: gnu: gst-editing-services: Update to 1.18.5., (continued)
- 66/203: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/03
- 16/203: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 62/203: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/03
- 70/203: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/03
- 72/203: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/03
- 65/203: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/03
- 54/203: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/03
- 56/203: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/03
- 55/203: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/03
- 59/203: Revert gstreamer update to 1.19.2., guix-commits, 2021/11/03
- 71/203: gnu: dbus-c++: Fix build.,
guix-commits <=
- 67/203: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/03
- 74/203: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/03
- 77/203: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/03
- 82/203: gnu: curl: Honor #:tests?., guix-commits, 2021/11/03
- 85/203: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/03
- 83/203: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/03
- 89/203: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/11/03
- 93/203: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/11/03
- 104/203: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/03
- 90/203: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/03