Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2021-01-15 17:46:46 +01:00
1804 changed files with 7434 additions and 5627 deletions
@@ -172,7 +172,7 @@ let
desktopName = "${desktopName}${nameSuffix}${lib.optionalString forceWayland " (Wayland)"}";
genericName = "Web Browser";
categories = "Network;WebBrowser;";
mimeType = stdenv.lib.concatStringsSep ";" [
mimeType = lib.concatStringsSep ";" [
"text/html"
"text/xml"
"application/xhtml+xml"