[NixOS] Fix issue with propagatedBuildInputs for wyoming-satellite

This commit is contained in:
2025-02-06 13:27:20 -07:00
parent 94e3c08f88
commit 6fe2f72025
9 changed files with 71 additions and 59 deletions

View File

@@ -79,7 +79,7 @@ final: prev:
rev = "509628a9be2cf61116b6d0475e19c0b92a855e0b";
hash = "sha256-ewSxVv+8r2VGYNOoj8jiMogXtp1GPApcRc2BH3Q+8W8=";
};
build-system = with final.python3.pkgs; [ poetry-core ];
build-system = with final.python3.pkgs; [ poetry-core setuptools ];
pythonImportsCheck = [
"wyoming_satellite"
];