3
0
Fork 0
forked from mirrors/nixpkgs

firefox: common: tiny cleanup

This commit is contained in:
Jan Malakhovski 2018-02-01 00:00:00 +00:00
parent ad78e52357
commit a2cf5577c2

View file

@ -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}")];