[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/115: gnu: dbus-c++: Fix build.
From: |
guix-commits |
Subject: |
71/115: gnu: dbus-c++: Fix build. |
Date: |
Fri, 15 Oct 2021 09:49:09 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit e4cd2f42fe600b980491e5598abaff52d3d6ef5f
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
- 65/115: gnu: gst-libav: Update to 1.18.5., (continued)
- 65/115: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/10/15
- 59/115: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/15
- 67/115: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/10/15
- 73/115: bluez: Update to 5.61., guix-commits, 2021/10/15
- 61/115: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/10/15
- 58/115: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/15
- 60/115: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/15
- 63/115: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/10/15
- 69/115: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/15
- 70/115: gnu: python-keras: Enable parallel tests., guix-commits, 2021/10/15
- 71/115: gnu: dbus-c++: Fix build.,
guix-commits <=
- 74/115: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/15
- 77/115: gnu: tzdata: Update to 2021c., guix-commits, 2021/10/15
- 83/115: gnu: curl: Honor #:tests?., guix-commits, 2021/10/15
- 75/115: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/15
- 78/115: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/10/15
- 79/115: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/15
- 80/115: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/15
- 84/115: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/15
- 81/115: gnu: glib: Skip ‘testfilemonitor’ test., guix-commits, 2021/10/15
- 86/115: gnu: Add ld-gold-wrapper., guix-commits, 2021/10/15