gnu: peek: Remove input labels.
* gnu/packages/video.scm (peek)[inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
9c004c4d8a
commit
115f0ad729
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user