mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: goocanvas: Remove input labels.
* gnu/packages/gtk.scm (goocanvas) [native-inputs]: Remove input labels. [phases]: Remove trailing #t. Change-Id: I0eca2aeb1e01b81e89a0777fb806539d8a76972b
This commit is contained in:
parent
731667bfe7
commit
0dadcf0fb8
1 changed files with 7 additions and 8 deletions
|
@ -2774,12 +2774,12 @@ popovers.")
|
||||||
(base32 "141fm7mbqib0011zmkv3g8vxcjwa7hypmq71ahdyhnj2sjvy4a67"))))
|
(base32 "141fm7mbqib0011zmkv3g8vxcjwa7hypmq71ahdyhnj2sjvy4a67"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("glib-bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk-doc" ,gtk-doc/stable)
|
gtk-doc/stable
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python)))
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo glib gtk+ python-pygobject))
|
(list cairo glib gtk+ python-pygobject))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -2795,8 +2795,7 @@ popovers.")
|
||||||
(assoc-ref inputs "python-pygobject")
|
(assoc-ref inputs "python-pygobject")
|
||||||
"\\\", \\\""
|
"\\\", \\\""
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out")
|
||||||
"\\\"))")))
|
"\\\"))"))))))))
|
||||||
#t)))))
|
|
||||||
(synopsis "Canvas widget for GTK+")
|
(synopsis "Canvas widget for GTK+")
|
||||||
(description "GooCanvas is a canvas widget for GTK+ that uses the cairo 2D
|
(description "GooCanvas is a canvas widget for GTK+ that uses the cairo 2D
|
||||||
library for drawing.")
|
library for drawing.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue