floorp: enable WebRTC support

WebRTC is enabled in official builds provided by the project itself.
Thus enable it in our builds too (see also #266620).

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-11-16 00:29:01 +01:00
parent c86f881b25
commit ab5cbf47a1
No known key found for this signature in database
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -45,6 +45,7 @@
tests = [ nixosTests.floorp ];
}).override {
privacySupport = true;
webrtcSupport = true;
enableOfficialBranding = false;
}).overrideAttrs (prev: {
MOZ_REQUIRE_SIGNING = "";