Merge pull request #210878 from mweinelt/meson-python-fix
This commit is contained in:
commit
2d798b38ac
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ buildPythonPackage rec {
|
|||
ninja
|
||||
pyproject-metadata
|
||||
tomli
|
||||
] ++ lib.optionals (pythonOlder "3.10") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
# Ugly work-around. Drop ninja dependency.
|
||||
|
|
Loading…
Reference in a new issue