guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: rav1e: Remove input labels.


From: guix-commits
Subject: 02/07: gnu: rav1e: Remove input labels.
Date: Fri, 11 Feb 2022 18:00:40 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9b0abb52acb8d2ea4d5c25129af34bdd85f99c2a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 10 10:15:54 2022 +0100

    gnu: rav1e: Remove input labels.
    
    * gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.
---
 gnu/packages/video.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 221a2abff9..a6c2eeea97 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5329,8 +5329,7 @@ result in several formats:
              (delete-file (string-append (assoc-ref outputs "out")
                                          "/lib/librav1e.a")))))))
     (native-inputs
-     `(("cargo-c" ,rust-cargo-c)
-       ("nasm" ,nasm)))
+     (list rust-cargo-c nasm))
     (home-page "https://github.com/xiph/rav1e/";)
     (synopsis "Fast and safe AV1 encoder")
     (description "@code{rav1e} is an AV1 video encoder.  It is designed to



reply via email to

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