[bug#76339,core-updates-team,2/4] gnu: libde265: Remove package labels.

Message ID 1bd24abeb3cc211888d766a14a054566ab689b26.1739718181.git.monego@posteo.net
State New
Headers
Series Update libde265 and remove dependency on qtbase-5. |

Commit Message

Vinicius Monego Feb. 16, 2025, 3:04 p.m. UTC
  * 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(-)
  

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a23b5b27d3..436a170894 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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