Loading
chromium: make warnObsoleteVersionConditional conditional
Prior to this, an obsolete version conditional would trigger an eval warning telling you that it can be safely removed now. In an attempt to make electron-source EOL removals a bit easier for the electron maintainers, mute those warnings by default. This way, electron maintainers can remove their EOL version on their own and aren't required to also touch the chromium derivation for cleanup. Chromium maintainers (or anyone, really) are able to opt-into those warnings by changing the value of enabled to true locally and act accordingly. Hope this clears a hurdle for the electron maintainers.