wyoming-openwakeword: fix build-system typo

This commit is contained in:
Martin Weinelt
2025-07-08 13:10:06 +02:00
parent 207dd5b6e3
commit 23232fdda8
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-5suYJ+Z6ofVAysoCdHi5b5K0JTYaqeFZ32Cm76wC5LU=";
};
build-systems = with python3Packages; [
build-system = with python3Packages; [
setuptools
];