wrapFirefox: tiny cleanup

This commit is contained in:
SLNOS 2018-03-15 00:00:00 +00:00 committed by Jan Malakhovski
parent 6d7854a9a8
commit 1e3bd96aad

View File

@ -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;