Merge pull request #189459 from SuperSandro2000/little-cleanups

This commit is contained in:
Sandro
2022-09-06 00:51:25 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ let
};
pythonEnv =
python3.withPackages (p: [ p.fonttools p.nototools ]);
python3.withPackages (ps: with ps; [ fonttools nototools ]);
in
stdenv.mkDerivation rec {
@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Type annotations builder for boto3";
homepage = "https://vemel.github.io/mypy_boto3_builder/";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
};
@@ -31,8 +31,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "An advanced Python REPL";
homepage = "https://github.com/prompt-toolkit/ptpython";
license = licenses.bsd3;
maintainers = with maintainers; [ mlieberman85 ];
platforms = platforms.all;
};
}