From fd01278236f2f96e9ded786c47ca5b0b18ebed6d Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 12 Aug 2022 23:19:53 +0200 Subject: [PATCH] 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 @@ (define-public gtk-doc `("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