guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkm


From: guix-commits
Subject: 114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.
Date: Tue, 17 Aug 2021 22:45:31 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit dc4c2d188b471323b0761321ea20d09f6e9516d7
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 c88eef3..ada006b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1676,6 +1676,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]