me
/
guix
Archived
1
0
Fork 0

gnu: glade: Fix failing test.

* gnu/packages/gnome.scm (glade3)[native-inputs]: Add ATK.
master
Marius Bakke 2022-09-01 22:08:28 +02:00
parent 5339cb1161
commit d65434fc3d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -3235,7 +3235,8 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
'())
(list gtk+ libxml2)))
(native-inputs
(list docbook-xml-4.2
(list atk ;for tests
docbook-xml-4.2
docbook-xsl
gettext-minimal
`(,glib "bin")