diff options
author | Andrew Tropin <andrew@trop.in> | 2024-08-20 17:49:05 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-08-20 17:49:05 +0400 |
commit | bef48dd553aef3c8fb3bc48143739debb629c825 (patch) | |
tree | f07f3e7834a793631684384f61b76c803e5a99d1 | |
parent | fcff2393de20f23c231bd7777ca9c56fb80ec1d7 (diff) | |
download | guix-bef48dd553aef3c8fb3bc48143739debb629c825.tar guix-bef48dd553aef3c8fb3bc48143739debb629c825.tar.gz |
gnu: libcamera: Update dependencies for cam and qcam.
* gnu/packages/networking.scm (libcamera)
[arguments]: Update dependencies for cam and qcam.
Change-Id: Ica9df2a2e224edd85cc32a6f2c66a83d1557f8df
-rw-r--r-- | gnu/packages/networking.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b9d5445dfe..e5559ff46c 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -441,12 +441,13 @@ them in order to efficiently transfer a minimal amount of data.") glib gst-plugins-base gnutls + libevent libtiff libyaml openssl python-jinja2 python-ply - qtbase-5)) + qtbase)) (synopsis "Camera stack and framework") (description "LibCamera is a complex camera support library for GNU+Linux, Android, and ChromeOS.") |