poetry: Inherit meta.platforms from Python interpreter

This commit is contained in:
adisbladis 2020-06-09 00:03:36 +02:00
parent b6687abfc1
commit e410ed770d
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -35,6 +35,7 @@ poetry2nix.mkPoetryApplication {
doCheck = false;
meta = with lib; {
inherit (python.meta) platforms;
maintainers = with maintainers; [ adisbladis jakewaksbaum ];
};
}