guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: motion: Remove input labels.


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

mbakke pushed a commit to branch master
in repository guix.

commit 1572071b6820a271d4801dd169685e0309de8628
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 12 13:31:07 2022 +0100

    gnu: motion: Remove input labels.
    
    * gnu/packages/video.scm (motion)[native-inputs, inputs]: Remove labels.
---
 gnu/packages/video.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 06024cc3e2..a2cbc53f8c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4561,15 +4561,9 @@ It counts more than 100 plugins.")
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list autoconf automake gettext-minimal pkg-config))
     (inputs
-     `(("libjpeg" ,libjpeg-turbo)
-       ("ffmpeg" ,ffmpeg)
-       ("libmicrohttpd" ,libmicrohttpd)
-       ("sqlite" ,sqlite)))
+     (list libjpeg-turbo ffmpeg libmicrohttpd sqlite))
     (arguments
      '(#:phases (modify-phases %standard-phases
                   (replace 'bootstrap



reply via email to

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