Hello,
This might be already resolved, but I'll drop my own used hacky solution,
might help.
We require v4l2loopback-linux-module
Guix system:
```
: (operating-system
: ...
: (kernel-loadable-modules (list v4l2loopback-linux-module))
: ...)
```
Running application:
```
: guix shell xdg-deskt
On Wed, Jan 22, 2025 at 10:06:19AM +0200, Efraim Flashner wrote:
> While I like the adherence to upstream's decisions and not doing
> downstream development through patches, in this case we should try to
> remove the footgun that has bit us multiple times in the past.
>
> What if we leave the kern
On Wed, Jan 22, 2025 at 10:06:19AM +0200, Efraim Flashner wrote:
> While I like the adherence to upstream's decisions and not doing
> downstream development through patches, in this case we should try to
> remove the footgun that has bit us multiple times in the past.
>
> What if we leave the kerne