me
/
guix
Archived
1
0
Fork 0

gnu: sakura: Remove input labels.

* gnu/packages/terminals.scm (sakura)[native-inputs]: Remove input
labels.
master
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
1 changed files with 2 additions and 3 deletions

View File

@ -922,9 +922,8 @@ a server/client mode.")
(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")