[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/227: gnu: dbus-c++: Fix build.
From: |
guix-commits |
Subject: |
71/227: gnu: dbus-c++: Fix build. |
Date: |
Thu, 11 Nov 2021 12:30:06 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 81bda13ad2f61abb22267b5f771b8430599924b0
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
- 32/227: gnu: python-docutils: Update to 0.17.1., (continued)
- 32/227: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/11
- 37/227: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/11
- 42/227: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/11/11
- 46/227: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/11
- 27/227: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/11
- 47/227: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/11
- 48/227: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/11
- 52/227: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/11
- 57/227: gnu: Add a missing copyright., guix-commits, 2021/11/11
- 58/227: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/11
- 71/227: gnu: dbus-c++: Fix build.,
guix-commits <=
- 75/227: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/11
- 70/227: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/11
- 72/227: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/11
- 73/227: bluez: Update to 5.61., guix-commits, 2021/11/11
- 84/227: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/11/11
- 80/227: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/11
- 85/227: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/11
- 89/227: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/11/11
- 93/227: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/11/11
- 99/227: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/11/11