guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: libportal: Remove input labels.


From: guix-commits
Subject: 02/08: gnu: libportal: Remove input labels.
Date: Sun, 9 Jan 2022 18:34:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2717f180c4cba1da713c8fb54c0111bf64327e6d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 9 02:07:46 2022 +0100

    gnu: libportal: Remove input labels.
    
    * gnu/packages/freedesktop.scm (libportal)[native-inputs]:
    Remove input labels.
---
 gnu/packages/freedesktop.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c927d8e4dc..a7d400d3bf 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2236,13 +2236,13 @@ fallback to generic Systray support if none of those 
are available.")
        (list "-Dbackends=gtk4,qt5"
              "-Ddocs=false")))          ; requires unpackaged gi-docgen
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("docbook-xsl" ,docbook-xsl)
-       ("docbook-xml" ,docbook-xml)
-       ("glib:bin" ,glib "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("libxml2" ,libxml2)
-       ("vala" ,vala)))
+     (list pkg-config
+           docbook-xsl
+           docbook-xml
+           `(,glib "bin")
+           gobject-introspection
+           libxml2
+           vala))
     (inputs
      (list gtk
            gtk+



reply via email to

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