guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: gnu: vapoursynth: Remove input labels.


From: guix-commits
Subject: 05/12: gnu: vapoursynth: Remove input labels.
Date: Mon, 12 Dec 2022 09:13:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3dc667b6f81ef32d041cfd6b6abceb078d1e02c3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 13:27:30 2022 +0100

    gnu: vapoursynth: Remove input labels.
    
    * gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
---
 gnu/packages/video.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d35a07d877..1f9b2dff7a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3063,12 +3063,12 @@ capabilities.")
                (wrap-program (string-append out "/bin/vspipe")
                  `("PYTHONPATH" ":" = (,site)))))))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("cython" ,python-cython)
-       ("libtool" ,libtool)
-       ("pkg-config" ,pkg-config)
-       ("yasm" ,yasm)))
+     (list autoconf
+           automake
+           python-cython
+           libtool
+           pkg-config
+           yasm))
     (inputs
      (list ffmpeg libass python tesseract-ocr zimg))
     (home-page "http://www.vapoursynth.com/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]