mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ungoogled-chromium-wayland: Use PipeWire by default.
* gnu/packages/chromium.scm (ungoogled-chromium/wayland)[arguments]<#:builder>: Add --enable-features=WebRTCPipeWireCapture to wrapping executable.
This commit is contained in:
parent
abf214cda0
commit
d69b90e9aa
1 changed files with 2 additions and 1 deletions
|
@ -1028,7 +1028,8 @@ (define-public ungoogled-chromium/wayland
|
|||
(call-with-output-file exe
|
||||
(lambda (port)
|
||||
(format port "#!~a
|
||||
exec ~a --enable-features=UseOzonePlatform --ozone-platform=wayland $@"
|
||||
exec ~a --enable-features=UseOzonePlatform --ozone-platform=wayland \
|
||||
--enable-features=WebRTCPipeWireCapturer $@"
|
||||
(string-append bash "/bin/bash")
|
||||
(string-append chromium "/bin/chromium"))))
|
||||
(chmod exe #o555)
|
||||
|
|
Loading…
Reference in a new issue