Merge release-21.05 into staging-next-21.05
This commit is contained in:
commit
511690c873
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ in with python.pkgs; buildPythonPackage rec {
|
|||
pillow
|
||||
lxml
|
||||
setuptools
|
||||
prometheus-client
|
||||
prometheus_client
|
||||
] ++ lib.optionals withE2BE [
|
||||
asyncpg
|
||||
python-olm
|
||||
|
|
Loading…
Reference in New Issue