[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: goocanvas: Remove input labels.
From: |
guix-commits |
Subject: |
06/08: gnu: goocanvas: Remove input labels. |
Date: |
Wed, 21 Feb 2024 14:53:29 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit ba80ff50485cc066d49677b62457803176e25fb5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 14:30:34 2024 -0500
gnu: goocanvas: Remove input labels.
* gnu/packages/gtk.scm (goocanvas) [native-inputs]: Remove input labels.
[phases]: Remove trailing #t.
Change-Id: I0eca2aeb1e01b81e89a0777fb806539d8a76972b
---
gnu/packages/gtk.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3812d23c86..6de83eea6a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2691,12 +2691,12 @@ popovers.")
(base32 "141fm7mbqib0011zmkv3g8vxcjwa7hypmq71ahdyhnj2sjvy4a67"))))
(build-system gnu-build-system)
(native-inputs
- `(("gettext" ,gettext-minimal)
- ("glib-bin" ,glib "bin")
- ("gobject-introspection" ,gobject-introspection)
- ("gtk-doc" ,gtk-doc/stable)
- ("pkg-config" ,pkg-config)
- ("python" ,python)))
+ (list gettext-minimal
+ `(,glib "bin")
+ gobject-introspection
+ gtk-doc/stable
+ pkg-config
+ python))
(inputs
(list cairo glib gtk+ python-pygobject))
(arguments
@@ -2712,8 +2712,7 @@ popovers.")
(assoc-ref inputs "python-pygobject")
"\\\", \\\""
(assoc-ref outputs "out")
- "\\\"))")))
- #t)))))
+ "\\\"))"))))))))
(synopsis "Canvas widget for GTK+")
(description "GooCanvas is a canvas widget for GTK+ that uses the cairo 2D
library for drawing.")
- branch core-updates updated (f5a867765b -> d0273bf765), guix-commits, 2024/02/21
- 02/08: gnu: gtkmm-3: Update to 3.24.8., guix-commits, 2024/02/21
- 01/08: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/02/21
- 08/08: gnu: perl-gtk3: Remove input labels., guix-commits, 2024/02/21
- 03/08: gnu: atkmm-2.28: Update to 2.28.3., guix-commits, 2024/02/21
- 07/08: gnu: girara: Remove input labels., guix-commits, 2024/02/21
- 04/08: gnu: atkmm: Remove input labels., guix-commits, 2024/02/21
- 05/08: gnu: gtkmm: Remove input labels., guix-commits, 2024/02/21
- 06/08: gnu: goocanvas: Remove input labels.,
guix-commits <=