guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: gtk-doc: Remove input labels.


From: guix-commits
Subject: 08/12: gnu: gtk-doc: Remove input labels.
Date: Sat, 13 Aug 2022 13:25:19 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit fd01278236f2f96e9ded786c47ca5b0b18ebed6d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 23:19:53 2022 +0200

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 71e47bfc51..391a83d076 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2244,13 +2244,13 @@ information.")
                              `("GUIX_PYTHONPATH" ":" prefix (,(getenv 
"GUIX_PYTHONPATH")))))
                          (find-files (string-append out "/bin")))))))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin")
-       ("gobject-introspection" ,gobject-introspection)
-       ("itstool" ,itstool)
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)
-       ("python-wrapper" ,python-wrapper)))
+     (list gettext-minimal
+           `(,glib "bin")
+           gobject-introspection
+           itstool
+           perl
+           pkg-config
+           python-wrapper))
     (inputs
      (list bc
            dblatex



reply via email to

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