[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/34: gnu: gtkmm: Fix build failure.
From: |
guix-commits |
Subject: |
09/34: gnu: gtkmm: Fix build failure. |
Date: |
Sat, 22 May 2021 11:16:28 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c52eddc70fac9c24d557f54bc190e14ce1b1ba1d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 15 21:47:00 2021 +0200
gnu: gtkmm: Fix build failure.
* gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add GLIB:BIN.
[propagated-inputs]: Change ATKMM to ATKMM-2.28 and PANGOMM to PANGOMM-2.46.
* gnu/packages/gtk.scm (gtkmm-2)[native-inputs]: Don't inherit from GTKMM.
---
gnu/packages/gtk.scm | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6ad9605..deb3ee5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1613,6 +1613,7 @@ library.")
(native-inputs
`(("dot" ,graphviz)
("doxygen" ,doxygen)
+ ("glib:bin" ,glib "bin")
("m4" ,m4)
("mm-common" ,mm-common)
("perl" ,perl)
@@ -1620,11 +1621,11 @@ library.")
("xsltproc" ,libxslt)
("xorg-server" ,xorg-server-for-tests)))
(propagated-inputs
- `(("atkmm" ,atkmm)
+ `(("atkmm" ,atkmm-2.28)
("cairomm" ,cairomm-1.14)
("glibmm" ,glibmm)
("gtk+" ,gtk+)
- ("pangomm" ,pangomm)))
+ ("pangomm" ,pangomm-2.46)))
(synopsis "C++ Interfaces for GTK+ and GNOME")
(description "GTKmm is the official C++ interface for the popular GUI
library GTK+. Highlights include typesafe callbacks, and a comprehensive set
of
@@ -1664,6 +1665,15 @@ tutorial.")
`(fold delete
,flags
'("-Dbuild-documentation=true")))))
+ (native-inputs
+ `(("dot" ,graphviz)
+ ("doxygen" ,doxygen)
+ ("m4" ,m4)
+ ("mm-common" ,mm-common)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xsltproc" ,libxslt)
+ ("xorg-server" ,xorg-server-for-tests)))
(propagated-inputs
`(("atkmm" ,atkmm-2.28)
("cairomm" ,cairomm-1.14)
- branch core-updates updated (0fb80f3 -> fcf45f8), guix-commits, 2021/05/22
- 02/34: gnu: python-pyopenssl: Update to 20.0.1., guix-commits, 2021/05/22
- 01/34: gnu: java.scm: Adjust to new #:disallowed-references convention., guix-commits, 2021/05/22
- 05/34: gnu: libical: Update to 3.0.10., guix-commits, 2021/05/22
- 09/34: gnu: gtkmm: Fix build failure.,
guix-commits <=
- 10/34: gnu: Meson: Remove special versions., guix-commits, 2021/05/22
- 07/34: gnu: cairomm@1.13: Update to 1.14.2., guix-commits, 2021/05/22
- 03/34: gnu: python-sphinx: Update to 4.0.1., guix-commits, 2021/05/22
- 04/34: gnu: cairomm: Do not propagate fontconfig., guix-commits, 2021/05/22
- 06/34: gnu: ATLAS: Fix build with GCC 10., guix-commits, 2021/05/22
- 11/34: gnu: meson: Update to 0.58.0., guix-commits, 2021/05/22
- 15/34: gnu: util-linux: Disable setarch test on all architectures., guix-commits, 2021/05/22
- 16/34: gnu: boost: Update to 1.76.0., guix-commits, 2021/05/22
- 17/34: gnu: autoconf: Remove unnecessary conditional., guix-commits, 2021/05/22
- 19/34: gnu: help2man: Update to 1.48.3., guix-commits, 2021/05/22