gnu: sakura: Remove input labels.

* gnu/packages/terminals.scm (sakura)[native-inputs]: Remove input
labels.
This commit is contained in:
Ludovic Courtès 2023-05-04 16:53:40 +02:00
parent 115f0ad729
commit b20b7e61a3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -922,9 +922,8 @@ (define-public sakura
(arguments
'(#:tests? #f)) ; no check phase
(native-inputs
`(("gettext" ,gettext-minimal)
("perl" ,perl) ; for pod2man
("pkg-config" ,pkg-config)))
(list gettext-minimal perl ; for pod2man
pkg-config))
(inputs
(list libxft vte))
(home-page "https://launchpad.net/sakura")