Merge release-21.05 into staging-next-21.05

This commit is contained in:
github-actions[bot] 2021-10-06 00:02:54 +00:00 committed by GitHub
commit 511690c873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -198,11 +198,9 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Mozilla Firefox, free web browser (binary package)";
homepage = "http://www.mozilla.org/firefox/";
license = {
free = false;
url = "http://www.mozilla.org/en-US/foundation/trademarks/policy/";
};
license = licenses.mpl20;
platforms = builtins.attrNames mozillaPlatforms;
hydraPlatforms = [];
maintainers = with maintainers; [ taku0 lovesegfault ];
};
}

View File

@ -60,7 +60,7 @@ in with python.pkgs; buildPythonPackage rec {
pillow
lxml
setuptools
prometheus-client
prometheus_client
] ++ lib.optionals withE2BE [
asyncpg
python-olm