Unverified Commit ab5cbf47 authored by Christoph Heiss's avatar Christoph Heiss
Browse files

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: default avatarChristoph Heiss <christoph@c8h4.io>
parent c86f881b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
  tests = [ nixosTests.floorp ];
}).override {
  privacySupport = true;
  webrtcSupport = true;
  enableOfficialBranding = false;
}).overrideAttrs (prev: {
  MOZ_REQUIRE_SIGNING = "";