guix-commits
[Top][All Lists]
Advanced

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

15/27: gnu: graphviz: Remove input labels.


From: guix-commits
Subject: 15/27: gnu: graphviz: Remove input labels.
Date: Thu, 11 Aug 2022 18:45:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 307c9c655033febd23621acfac13a91c2a0abfa7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 28 14:26:52 2022 +0200

    gnu: graphviz: Remove input labels.
    
    * gnu/packages/graphviz.scm (graphviz)[inputs]: Remove labels.
---
 gnu/packages/graphviz.scm | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index a49fe348e8..75bd0f99b7 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -104,19 +104,19 @@
                                   (string-append extdir
                                                  "/libgv_guile.so"))))))))
     (inputs
-     `(("libXrender" ,libxrender)
-       ("libX11" ,libx11)
-       ("gts" ,gts)
-       ("gd" ,gd)
-       ("guile" ,guile-3.0)                       ;Guile bindings
-       ("pango" ,pango)
-       ("fontconfig" ,fontconfig)
-       ("freetype" ,freetype)
-       ("libltdl" ,libltdl)
-       ("libXaw" ,libxaw)
-       ("expat" ,expat)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libpng" ,libpng)))
+     (list libxrender
+           libx11
+           gts
+           gd
+           guile-3.0                    ;Guile bindings
+           pango
+           fontconfig
+           freetype
+           libltdl
+           libxaw
+           expat
+           libjpeg-turbo
+           libpng))
     (native-inputs
      (list bison swig pkg-config))
     (outputs '("out" "doc"))                      ; 5 MiB of html + pdfs



reply via email to

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