1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

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
+2 -3
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")