[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/115: gnu: gtkmm@2: Override inheritance of certain changes from gtkm
From: |
guix-commits |
Subject: |
114/115: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm. |
Date: |
Fri, 7 May 2021 16:56:56 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 71ea0816cc3da8e30bdf41e74732d79f12f29a7b
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Apr 27 05:23:28 2021 -0400
gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.
Recent changes made to gtkmm (67635125733b679ad16d59a40dc35f56cb5c0fb6),
are not applicable to gtkmm@2, as the latter does not use meson.
* gnu/packages/gtk.scm (gtkmm-2)[build-system]: New field.
[arguments]: New field.
---
gnu/packages/gtk.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d58c8ec..6f997eb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1673,6 +1673,16 @@ tutorial.")
name "-" version ".tar.xz"))
(sha256
(base32 "0wkbzvsx4kgw16f6xjdc1dz7f77ldngdila4yi5lw2zrgcxsb006"))))
+ (build-system gnu-build-system)
+ (arguments
+ (substitute-keyword-arguments (package-arguments gtkmm)
+ ((#:modules modules %gnu-build-system-modules)
+ `((srfi srfi-1)
+ ,@modules))
+ ((#:configure-flags flags)
+ `(fold delete
+ ,flags
+ '("-Dbuild-documentation=true")))))
(propagated-inputs
`(("atkmm" ,atkmm-2.28)
("cairomm" ,cairomm-1.13)
- 105/115: gnu: pango: Use meson-0.55, as required by the project., (continued)
- 105/115: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/05/07
- 110/115: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/05/07
- 102/115: gnu: glib: Disable failing test., guix-commits, 2021/05/07
- 05/115: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/05/07
- 109/115: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/05/07
- 108/115: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/05/07
- 104/115: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/05/07
- 107/115: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/05/07
- 112/115: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/07
- 106/115: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/05/07
- 114/115: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.,
guix-commits <=