mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
poetry: Inherit meta.platforms from Python interpreter
This commit is contained in:
parent
b6687abfc1
commit
e410ed770d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ poetry2nix.mkPoetryApplication {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
inherit (python.meta) platforms;
|
||||
maintainers = with maintainers; [ adisbladis jakewaksbaum ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue