guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: sakura: Remove input labels.


From: guix-commits
Subject: 06/08: gnu: sakura: Remove input labels.
Date: Thu, 4 May 2023 11:08:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b20b7e61a33e2a6647397de31daa59431bb8e18e
Author: Ludovic Courtès <ludo@gnu.org>
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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]