diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-16 18:43:28 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-30 10:36:23 +0300 |
| commit | bfcb8b97ab7540ab77e7d70ed68d3a3906b48180 (patch) | |
| tree | 6814a18cc168c9b30696152b916b0ee7053e570b /gnu/packages/linux.scm | |
| parent | 93318a0e10ff514b0a97b7a6595bb2da1e5f6da6 (diff) | |
gnu: pipewire: Build with libcamera-minimal.
This cuts the dependency chain qtbase->libcamera->...->gtk
Fixes guix/guix#7185.
* gnu/packages/linux.scm (pipewire)[inputs]: Remove libcamera, add
libcamera-minimal.
Change-Id: I37c185bbb6bc40788d46d9e72e5256fe9be8fddd
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5e86eb21c7c..5a2d3250e3e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11521,7 +11521,7 @@ found in custom keyboard firmware like QMK.") gstreamer jack-2 ldacbt - libcamera + libcamera-minimal libdrm libfdk libfreeaptx |
