guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libcamera: Remove input labels.


From: guix-commits
Subject: 04/04: gnu: libcamera: Remove input labels.
Date: Tue, 21 Jun 2022 17:54:28 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e9bd919270f7075b47014664a70b9e8558404355
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 21 23:50:13 2022 +0200

    gnu: libcamera: Remove input labels.
    
    * gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove
    labels.
---
 gnu/packages/networking.scm | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8f1827c5aa..473df7f3d0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -284,24 +284,24 @@ protocols.")
                 (string-append out "/share/doc")
                 (string-append doc "/share/doc"))))))))
     (native-inputs
-     `(("dot" ,graphviz)
-       ("doxygen" ,doxygen)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)
-       ("sphinx" ,python-sphinx)
-       ("yaml" ,python-pyyaml)))
+     (list graphviz                     ;for 'dot'
+           doxygen
+           pkg-config
+           python-wrapper
+           python-sphinx
+           python-pyyaml))
     (inputs
-     `(("boost" ,boost)
-       ("glib" ,glib)
-       ("gstreamer" ,gst-plugins-base)
-       ("gnutls" ,gnutls)
-       ("libtiff" ,libtiff)
-       ("openssl" ,openssl)
-       ("python-jinja2" ,python-jinja2)
-       ("python-ply" ,python-ply)
-       ("qt5" ,qtbase-5)
-       ("udev" ,eudev)
-       ("yaml" ,libyaml)))
+     (list boost
+           eudev
+           glib
+           gst-plugins-base
+           gnutls
+           libtiff
+           libyaml
+           openssl
+           python-jinja2
+           python-ply
+           qtbase-5))
     (synopsis "Camera stack and framework")
     (description "LibCamera is a complex camera support library for GNU+Linux,
 Android, and ChromeOS.")



reply via email to

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