1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-18 15:39:46 +03:00

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 , enableOfficialBranding ? true
}: }:
assert stdenv.cc ? libc && stdenv.cc.libc != null; assert stdenv.cc.libc or null != null;
let let
flag = tf: x: [(if tf then "--enable-${x}" else "--disable-${x}")]; flag = tf: x: [(if tf then "--enable-${x}" else "--disable-${x}")];