guix-commits
[Top][All Lists]
Advanced

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

18/27: gnu: vala: Remove input labels.


From: guix-commits
Subject: 18/27: gnu: vala: 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 c9f5144fa3d98dad1eb86f9b53792dd83581ba65
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 3 20:34:06 2022 +0200

    gnu: vala: Remove input labels.
    
    * gnu/packages/gnome.scm (vala)[native-inputs, propagated-inputs]: Remove
    labels.
---
 gnu/packages/gnome.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 59f8e263f8..737a02486b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4357,19 +4357,19 @@ passwords in the GNOME keyring.")
           ;; valac: compile into a binary).
           (delete 'glib-or-gtk-wrap))))
     (native-inputs
-     `(("bison" ,bison)
-       ("dbus" ,dbus)                   ; for dbus tests
-       ("docbook-xml" ,docbook-xml-4.4)
-       ("docbook-xsl" ,docbook-xsl)
-       ("flex" ,flex)
-       ("gobject-introspection" ,gobject-introspection) ; for gir tests
-       ("help2man" ,help2man)
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("xsltproc" ,libxslt)))
+     (list bison
+           dbus                         ; for dbus tests
+           docbook-xml-4.4
+           docbook-xsl
+           flex
+           gobject-introspection        ; for gir tests
+           help2man
+           perl
+           pkg-config
+           libxslt))
     (propagated-inputs
-     `(("glib" ,glib)                   ; required by libvala-0.40.pc
-       ("libgvc" ,graphviz)))
+     (list glib                         ; required by libvala-0.40.pc
+           graphviz))
     (home-page "https://wiki.gnome.org/Projects/Vala/";)
     (synopsis "Compiler using the GObject type system")
     (description "Vala is a programming language using modern high level



reply via email to

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