gnu: libcamera: Remove input labels.

* gnu/packages/networking.scm (libcamera)[native-inputs, inputs]: Remove
labels.
This commit is contained in:
Marius Bakke 2022-06-21 23:50:13 +02:00
parent b7279f1f05
commit e9bd919270
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -284,24 +284,24 @@ (define-public libcamera
(string-append out "/share/doc") (string-append out "/share/doc")
(string-append doc "/share/doc")))))))) (string-append doc "/share/doc"))))))))
(native-inputs (native-inputs
`(("dot" ,graphviz) (list graphviz ;for 'dot'
("doxygen" ,doxygen) doxygen
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper) python-wrapper
("sphinx" ,python-sphinx) python-sphinx
("yaml" ,python-pyyaml))) python-pyyaml))
(inputs (inputs
`(("boost" ,boost) (list boost
("glib" ,glib) eudev
("gstreamer" ,gst-plugins-base) glib
("gnutls" ,gnutls) gst-plugins-base
("libtiff" ,libtiff) gnutls
("openssl" ,openssl) libtiff
("python-jinja2" ,python-jinja2) libyaml
("python-ply" ,python-ply) openssl
("qt5" ,qtbase-5) python-jinja2
("udev" ,eudev) python-ply
("yaml" ,libyaml))) qtbase-5))
(synopsis "Camera stack and framework") (synopsis "Camera stack and framework")
(description "LibCamera is a complex camera support library for GNU+Linux, (description "LibCamera is a complex camera support library for GNU+Linux,
Android, and ChromeOS.") Android, and ChromeOS.")