forked from mirrors/nixpkgs
firefox: common: tiny cleanup
This commit is contained in:
parent
ad78e52357
commit
a2cf5577c2
|
@ -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…
Reference in a new issue