gnu: chatty: Add missing input.

* gnu/packages/messaging.scm (chatty)[native-inputs]: Add itstool.
This commit is contained in:
Efraim Flashner 2023-07-10 11:56:50 +03:00
parent 997f7a71a6
commit ad80cfe0cb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2808,6 +2808,7 @@ (define-public chatty
(native-inputs
(list gettext-minimal
`(,glib "bin")
itstool
pkg-config
protobuf
xorg-server-for-tests))