mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: glade: Remove input labels.
* gnu/packages/gnome.scm (glade3)[native-inputs]: Remove labels.
This commit is contained in:
parent
fce9b7c365
commit
e0f79f02db
1 changed files with 12 additions and 12 deletions
|
@ -3175,18 +3175,18 @@ (define-public glade3
|
|||
'())
|
||||
(list gtk+ libxml2)))
|
||||
(native-inputs
|
||||
`(("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||
("intltool" ,intltool)
|
||||
("itstool" ,itstool)
|
||||
("libxslt" ,libxslt) ;for xsltproc
|
||||
("docbook-xml" ,docbook-xml-4.2)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("glib:bin" ,glib "bin")
|
||||
("python" ,python)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xorg-server" ,xorg-server-for-tests)))
|
||||
(list docbook-xml-4.2
|
||||
docbook-xsl
|
||||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
hicolor-icon-theme
|
||||
intltool
|
||||
itstool
|
||||
libxslt ;for xsltproc
|
||||
python
|
||||
python-pygobject
|
||||
pkg-config
|
||||
xorg-server-for-tests))
|
||||
(home-page "https://glade.gnome.org")
|
||||
(synopsis "GTK+ rapid application development tool")
|
||||
(description "Glade is a rapid application development (RAD) tool to
|
||||
|
|
Loading…
Reference in a new issue