[bug#76339,core-updates-team,2/4] gnu: libde265: Remove package labels.
Commit Message
* gnu/packages/video.scm (libde265)[native-inputs, inputs]: Remove
package labels.
Change-Id: I9e0fb470ed1b2644edd1114dfae6f1dcd2ed3fe5
---
gnu/packages/video.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
@@ -712,13 +712,8 @@ (define-public libde265
`(#:configure-flags
(list "--disable-static")))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)
- ("python" ,python-wrapper)))
- (inputs
- `(("sdl" ,sdl)))
+ (list autoconf automake libtool pkg-config python-wrapper))
+ (inputs (list sdl))
(synopsis "H.265 video codec implementation")
(description "Libde265 is an implementation of the h.265 video codec. It is
written from scratch and has a plain C API to enable a simple integration into