guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cairomm: Remove input labels.


From: guix-commits
Subject: 02/03: gnu: cairomm: Remove input labels.
Date: Wed, 8 Jun 2022 05:22:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e31ab8c24848a7691a838af8df61d3e7097cddbc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:01 2022 +0200

    gnu: cairomm: Remove input labels.
    
    * gnu/packages/gtk.scm (cairomm)[native-inputs, inputs]:
    Remove input labels.
---
 gnu/packages/gtk.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a71501d8a3..4d6a690fbb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1590,15 +1590,15 @@ guile-gnome-platform (GNOME developer libraries), and 
guile-gtksourceview.")
                 (string-append out "/share/doc")
                 (string-append doc "/share/doc"))))))))
     (native-inputs
-     `(("boost" ,boost)
-       ("dot" ,graphviz)
-       ("doxygen" ,doxygen)
-       ("mm-common" ,mm-common)
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("xsltproc" ,libxslt)))
+     (list boost
+           doxygen
+           graphviz
+           mm-common
+           perl
+           pkg-config
+           libxslt))
     (inputs
-     `(("fontconfig" ,fontconfig)))
+     (list fontconfig))
     (propagated-inputs
      (list libsigc++ cairo))
     (home-page "https://cairographics.org/";)



reply via email to

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