diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix index e71a733970e..bea74f62358 100644 --- a/pkgs/applications/networking/browsers/w3m/default.nix +++ b/pkgs/applications/networking/browsers/w3m/default.nix @@ -3,7 +3,7 @@ , sslSupport ? true, openssl ? null , graphicsSupport ? true, imlib2 ? null , x11Support ? graphicsSupport, libX11 ? null -, mouseSupport ? true, gpm-ncurses ? null +, mouseSupport ? !stdenv.isDarwin, gpm-ncurses ? null }: assert sslSupport -> openssl != null;