python312Packages.uart-devices: set to linux

This commit is contained in:
Fabian Affolter
2024-05-01 12:58:02 +02:00
parent 667777bf0f
commit 04f503bbdd
@@ -43,5 +43,6 @@ buildPythonPackage rec {
changelog = "https://github.com/bdraco/uart-devices/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}