firefox: re-enable webrtc on aarch64 (64+); fix comment
This commit is contained in:
parent
79016d9f40
commit
5a8ddeea73
@ -30,11 +30,13 @@
|
|||||||
, privacySupport ? isTorBrowserLike || isIceCatLike
|
, privacySupport ? isTorBrowserLike || isIceCatLike
|
||||||
|
|
||||||
# WARNING: NEVER set any of the options below to `true` by default.
|
# WARNING: NEVER set any of the options below to `true` by default.
|
||||||
# Set to `privacySupport` or `false`.
|
# Set to `!privacySupport` or `false`.
|
||||||
|
|
||||||
# webrtcSupport breaks the aarch64 build on version >= 60.
|
# webrtcSupport breaks the aarch64 build on version >= 60, fixed in 63.
|
||||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1434589
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1434589
|
||||||
, webrtcSupport ? (if lib.versionAtLeast ffversion "60" && stdenv.isAarch64 then false else !privacySupport)
|
, webrtcSupport ? !privacySupport && (!stdenv.isAarch64 || !(
|
||||||
|
lib.versionAtLeast ffversion "60" && lib.versionOlder ffversion "63"
|
||||||
|
))
|
||||||
, geolocationSupport ? !privacySupport
|
, geolocationSupport ? !privacySupport
|
||||||
, googleAPISupport ? geolocationSupport
|
, googleAPISupport ? geolocationSupport
|
||||||
, crashreporterSupport ? false
|
, crashreporterSupport ? false
|
||||||
|
Loading…
Reference in New Issue
Block a user