[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/142: gnu: dbus-c++: Fix build.
From: |
guix-commits |
Subject: |
71/142: gnu: dbus-c++: Fix build. |
Date: |
Wed, 20 Oct 2021 14:56:41 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 8008044b97ee2dff5b6253c15bb8b1599821c7f2
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
- 10/142: gnu: gdk-pixbuf+svg: Fix typo in comment., (continued)
- 10/142: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/10/20
- 06/142: gnu: shadow: Set log in /var/log., guix-commits, 2021/10/20
- 28/142: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/20
- 45/142: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/10/20
- 48/142: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/10/20
- 50/142: gnu: lib2geom: Update to 1.1., guix-commits, 2021/10/20
- 52/142: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/10/20
- 56/142: gnu: mozjs-78: Update to 78.13.0., guix-commits, 2021/10/20
- 59/142: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/20
- 64/142: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/10/20
- 71/142: gnu: dbus-c++: Fix build.,
guix-commits <=
- 65/142: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/10/20
- 74/142: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/20
- 75/142: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/20
- 80/142: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/20
- 87/142: gnu: gdb: Normalize indentation., guix-commits, 2021/10/20
- 83/142: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/20
- 103/142: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/20
- 97/142: gnu: Add python-flit-core., guix-commits, 2021/10/20
- 84/142: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/10/20
- 99/142: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/10/20