wrapFirefox: tiny cleanup
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user