civodul pushed a commit to branch master
in repository guix.
commit b20b7e61a33e2a6647397de31daa59431bb8e18e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu May 4 16:53:40 2023 +0200
gnu: sakura: Remove input labels.
* gnu/packages/terminals.scm (sakura)[native-inputs]: Remove input
labels.
---
gnu/packages/terminals.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index de8ea39473..5cd99f4ab0 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -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")