guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: sent: Remove input labels.


From: guix-commits
Subject: 05/11: gnu: sent: Remove input labels.
Date: Wed, 22 Jun 2022 17:50:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0f517f16bb8dae70cd1007dc44663617c0ef3689
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 22 23:15:42 2022 +0200

    gnu: sent: Remove input labels.
    
    * gnu/packages/suckless.scm (sent)[inputs]: Remove labels.
---
 gnu/packages/suckless.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index d8c764e901..a560f8bc62 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -538,10 +538,7 @@ point surf to another URI by setting its XProperties.")
                (string-append "LIBS="
                               (pkg-config "--libs") " -lm")))))
     (native-inputs (list pkg-config))
-    (inputs `(("farbfeld" ,farbfeld) ("libpng" ,libpng)
-              ("libx11" ,libx11)
-              ("libxft" ,libxft)
-              ("fontconfig" ,fontconfig)))
+    (inputs (list farbfeld libpng libx11 libxft fontconfig))
     (synopsis "Plain-text presentation tool")
     (description
      "Sent uses plain-text files and PNG images to create slideshow



reply via email to

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