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; {
|
meta = with lib; {
|
||||||
description = "Mozilla Firefox, free web browser (binary package)";
|
description = "Mozilla Firefox, free web browser (binary package)";
|
||||||
homepage = "http://www.mozilla.org/firefox/";
|
homepage = "http://www.mozilla.org/firefox/";
|
||||||
license = {
|
license = licenses.mpl20;
|
||||||
free = false;
|
|
||||||
url = "http://www.mozilla.org/en-US/foundation/trademarks/policy/";
|
|
||||||
};
|
|
||||||
platforms = builtins.attrNames mozillaPlatforms;
|
platforms = builtins.attrNames mozillaPlatforms;
|
||||||
|
hydraPlatforms = [];
|
||||||
maintainers = with maintainers; [ taku0 lovesegfault ];
|
maintainers = with maintainers; [ taku0 lovesegfault ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@ in with python.pkgs; buildPythonPackage rec {
|
|||||||
pillow
|
pillow
|
||||||
lxml
|
lxml
|
||||||
setuptools
|
setuptools
|
||||||
prometheus-client
|
prometheus_client
|
||||||
] ++ lib.optionals withE2BE [
|
] ++ lib.optionals withE2BE [
|
||||||
asyncpg
|
asyncpg
|
||||||
python-olm
|
python-olm
|
||||||
|
Loading…
Reference in New Issue
Block a user