firefox: common: tiny cleanup

wip/yesman
Jan Malakhovski 6 years ago
parent ad78e52357
commit a2cf5577c2
  1. 2
      pkgs/applications/networking/browsers/firefox/common.nix

@ -59,7 +59,7 @@
, enableOfficialBranding ? true
}:
assert stdenv.cc ? libc && stdenv.cc.libc != null;
assert stdenv.cc.libc or null != null;
let
flag = tf: x: [(if tf then "--enable-${x}" else "--disable-${x}")];

Loading…
Cancel
Save