mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: chatty: Add missing input.
* gnu/packages/messaging.scm (chatty)[native-inputs]: Add itstool.
This commit is contained in:
parent
997f7a71a6
commit
ad80cfe0cb
1 changed files with 1 additions and 0 deletions
|
@ -2808,6 +2808,7 @@ (define-public chatty
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
|
itstool
|
||||||
pkg-config
|
pkg-config
|
||||||
protobuf
|
protobuf
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
|
|
Loading…
Reference in a new issue