diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-07-21 20:14:32 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-13 15:24:12 +0800 |
commit | 7d8ce0701e82cf984906980e240bbf67f4988426 (patch) | |
tree | 2ee00eeeba9b691f924fb0e557b05c9fd93f248c /gnu/packages | |
parent | 1ff1b92142c48ac5a5c71eea47dd20370b3aa773 (diff) | |
download | guix-7d8ce0701e82cf984906980e240bbf67f4988426.tar.gz guix-7d8ce0701e82cf984906980e240bbf67f4988426.zip |
gnu: pipewire: Enable libcamera support.
This fixes <https://issues.guix.gnu.org/64736>.
* gnu/packages/linux.scm (pipewire)[inputs]: Add libcamera.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e4a4e0a498..2a0af51004 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9299,6 +9299,7 @@ types and interfaces and translates so that the X server can use them.") gstreamer jack-2 ldacbt + libcamera libfdk libfreeaptx libsndfile |