guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: monado: Remove input labels.


From: guix-commits
Subject: 08/08: gnu: monado: Remove input labels.
Date: Sun, 13 Feb 2022 07:35:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7b1185b6af85a050bb3c8c14117813028f7107a2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 13 12:41:28 2022 +0100

    gnu: monado: Remove input labels.
    
    * gnu/packages/graphics.scm (monado)[inputs]: Remove labels.
---
 gnu/packages/graphics.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 344748875d..d56e0d3d99 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1962,16 +1962,16 @@ and build scripts for the OpenXR loader.")
             "0n04k7a8b0i8ga0kbzh7qxmvni1ijawgk98s83519vxg4d0yyjbq"))))
     (build-system meson-build-system)
     (inputs
-     `(("ffmpeg" ,ffmpeg)
-       ("glslang" ,glslang)
-       ("libudev" ,eudev)
-       ("libusb" ,libusb)
-       ("libxcb" ,libxcb)
-       ("libxrandr" ,libxrandr)
-       ("opengl" ,mesa)
-       ("python" ,python)
-       ("v4l" ,v4l-utils)
-       ("vulkan-loader" ,vulkan-loader)))
+     (list ffmpeg
+           glslang
+           eudev
+           libusb
+           libxcb
+           libxrandr
+           mesa
+           python
+           v4l-utils
+           vulkan-loader))
     (native-inputs
      (list eigen pkg-config vulkan-headers))
     (arguments



reply via email to

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