Martin Weinelt 2 years ago committed by Yuka
parent 05a6b3c2b7
commit 4cf4a7b848
  1. 2
      pkgs/applications/networking/browsers/firefox/common.nix

@ -127,7 +127,7 @@
}:
assert stdenv.cc.libc or null != null;
assert pipewireSupport -> !waylandSupport || !webrtcSupport -> throw "pipewireSupport requires both wayland and webrtc support.";
assert pipewireSupport -> !waylandSupport || !webrtcSupport -> throw "${pname}: pipewireSupport requires both wayland and webrtc support.";
let
flag = tf: x: [(if tf then "--enable-${x}" else "--disable-${x}")];

Loading…
Cancel
Save