diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-14 11:49:12 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-14 11:49:12 +0200 |
| commit | 19d093c29f0b6b64f4c0f383ec34a85f76e04537 (patch) | |
| tree | 51a313232956f4bd9b78fb74391e79e5cff40407 /overlays | |
| parent | a5525598c0f459c8b8f61af8d719cae7a3d5952c (diff) | |
| download | nixos-19d093c29f0b6b64f4c0f383ec34a85f76e04537.tar nixos-19d093c29f0b6b64f4c0f383ec34a85f76e04537.tar.gz nixos-19d093c29f0b6b64f4c0f383ec34a85f76e04537.tar.bz2 nixos-19d093c29f0b6b64f4c0f383ec34a85f76e04537.tar.xz nixos-19d093c29f0b6b64f4c0f383ec34a85f76e04537.zip | |
bumpflakes
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/quickshell/pipewire.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/overlays/quickshell/pipewire.patch b/overlays/quickshell/pipewire.patch index 2d98eefc..b94a2691 100644 --- a/overlays/quickshell/pipewire.patch +++ b/overlays/quickshell/pipewire.patch | |||
| @@ -10,12 +10,14 @@ index 616e7d0..0c55008 100644 | |||
| 10 | 10 | ||
| 11 | #include <pipewire/device.h> | 11 | #include <pipewire/device.h> |
| 12 | #include <qcontainerfwd.h> | 12 | #include <qcontainerfwd.h> |
| 13 | @@ -19,6 +20,8 @@ | 13 | @@ -19,6 +20,10 @@ |
| 14 | #include <spa/pod/pod.h> | 14 | #include <spa/pod/pod.h> |
| 15 | #include <spa/pod/vararg.h> | 15 | #include <spa/pod/vararg.h> |
| 16 | #include <spa/utils/type.h> | 16 | #include <spa/utils/type.h> |
| 17 | +#include <spa/monitor/device.h> | 17 | +#include <spa/monitor/device.h> |
| 18 | +#include <spa/utils/keys.h> | 18 | +#include <spa/utils/keys.h> |
| 19 | +#include <spa/pod/parser.h> | ||
| 20 | +#include <spa/pod/iter.h> | ||
| 19 | 21 | ||
| 20 | #include "../../core/logcat.hpp" | 22 | #include "../../core/logcat.hpp" |
| 21 | #include "core.hpp" | 23 | #include "core.hpp" |
