[Backport staging-26.05] python3Packages.mypy: fix cross compilation (#530139)

This commit is contained in:
Jonas Heinrich
2026-06-30 19:49:14 +00:00
committed by GitHub

View File

@@ -13,8 +13,10 @@
types-psutil,
types-setuptools,
# propagates
# nativeBuildInputs + propagates
librt,
# propagates
mypy-extensions,
tomli,
typing-extensions,
@@ -50,6 +52,10 @@ buildPythonPackage rec {
rev-prefix = "v";
};
nativeBuildInputs = [
librt
];
build-system = [
mypy-extensions
pathspec