guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: shotcut: Remove input labels.


From: guix-commits
Subject: 05/05: gnu: shotcut: Remove input labels.
Date: Sat, 31 Dec 2022 15:06:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6654f7a7e91e04cceffe57cb9467785006d1fa51
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 30 23:39:55 2022 +0100

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c3ba1eddd2..fd11960f1c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4933,9 +4933,7 @@ transitions, and effects and then export your film to 
many common formats.")
                  `("PATH" ":" prefix
                    ,(list (string-append mlt "/bin"))))))))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("python-wrapper" ,python-wrapper)
-       ("qttools-5" ,qttools-5)))
+     (list pkg-config python-wrapper qttools-5))
     (inputs
      (list bash-minimal
            ffmpeg



reply via email to

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