From 115f0ad7299b14ca9acc1dcd7c95709e859d8d66 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 May 2023 16:53:19 +0200 Subject: gnu: peek: Remove input labels. * gnu/packages/video.scm (peek)[inputs, native-inputs]: Remove labels. --- gnu/packages/video.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1e9c04c5e5..65fd92ea48 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5421,15 +5421,14 @@ for cases where libaom (the reference encoder) is too slow.") (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t)) (inputs - `(("gtk+" ,gtk+) - ("python" ,python-wrapper))) + (list gtk+ python-wrapper)) (native-inputs - `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database - ("gettext" ,gettext-minimal) - ("glib:bin" ,glib "bin") ; for glib-compile-resources - ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache - ("pkg-config" ,pkg-config) - ("vala" ,vala))) + (list desktop-file-utils ; for update-desktop-database + gettext-minimal + `(,glib "bin") ; for glib-compile-resources + `(,gtk+ "bin") ; For gtk-update-icon-cache + pkg-config + vala)) (home-page "https://github.com/phw/peek") (synopsis "Simple animated GIF screen recorder") (description -- cgit v1.2.3