Merge pull request #38111 from oxij/tree/cleanups

assorted cleanups
This commit is contained in:
Michael Raskin
2018-04-05 07:08:05 +00:00
committed by GitHub
7 changed files with 73 additions and 74 deletions
@@ -30,7 +30,7 @@ let
}:
let
cfg = stdenv.lib.attrByPath [ browserName ] {} config;
cfg = config.${browserName} or {};
enableAdobeFlash = cfg.enableAdobeFlash or false;
ffmpegSupport = browser.ffmpegSupport or false;
gssSupport = browser.gssSupport or false;