1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: ungoogled-chromium: Allow microphone access.

Fixes <https://bugs.gnu.org/36961>.

* gnu/packages/aux-files/chromium/master-preferences.json: Remove
"audio_capture_enabled" flag.
This commit is contained in:
Marius Bakke
2019-09-03 17:12:54 +02:00
parent c959d99fd0
commit 5ee1c0459e

View File

@@ -17,9 +17,6 @@
"alternate_error_pages": {
"enabled": false
},
"hardware": {
"audio_capture_enabled": false
},
"default_apps": "noinstall",
"hide_web_store_icon": true,
"homepage": "https://www.gnu.org/software/guix/"