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
commit fe605cae71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ let
};
pythonEnv =
python3.withPackages (p: [ p.fonttools p.nototools ]);
python3.withPackages (ps: with ps; [ fonttools nototools ]);
in
stdenv.mkDerivation rec {

View File

@ -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 ];
};

View File

@ -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;
};
}