gnu: peek: Remove input labels.

* gnu/packages/video.scm (peek)[inputs, native-inputs]: Remove labels.
This commit is contained in:
Ludovic Courtès 2023-05-04 16:53:19 +02:00
parent 9c004c4d8a
commit 115f0ad729
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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