lilyp pushed a commit to branch gnome-team
in repository guix.

commit ed2103870a4e8a1065076eebf0cc10cb8f06016a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:17:11 2024 +0900

    gnu: libdbusmenu: Remove gtk+-2 input.
    
    * gnu/packages/gtk.scm (libdbusmenu) [arguments]
    <configure-flags>: Add '--disable-dumper'.
    [inputs]: Remove gtk+-2.
    
    Change-Id: Idd5b92e7f97f7885a75cb86af91eef5b53d5b45a
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 09441cf759..61aa045e54 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2697,7 +2697,8 @@ printed to standard output.")
                 "--localstatedir=/var"
                 ;; The shebang of the generated test files should be patched
                 ;; before enabling tests.
-                "--disable-tests")
+                "--disable-tests"
+                "--disable-dumper")
         #:make-flags
         #~(list (string-append "typelibdir=" #$output "/lib/girepository-1.0"))
         #:phases
@@ -2729,8 +2730,7 @@ printed to standard output.")
                 (setenv "HAVE_VALGRIND_FALSE" "#"))))))
       (inputs
        (list glib
-             gtk+
-             gtk+-2))
+             gtk+))
       (native-inputs
        (list autoconf
              automake

Reply via email to