1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 09:45:55 +02:00

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
+1
View File
@@ -2808,6 +2808,7 @@ validating international phone numbers.")
(native-inputs
(list gettext-minimal
`(,glib "bin")
itstool
pkg-config
protobuf
xorg-server-for-tests))