firefox: common: tiny cleanup
This commit is contained in:
@@ -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}")];
|
||||
|
||||
Reference in New Issue
Block a user