wrapFirefox: tiny cleanup

This commit is contained in:
SLNOS
2018-03-30 06:40:14 +00:00
committed by Jan Malakhovski
parent 6d7854a9a8
commit 1e3bd96aad
@@ -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;