python312Packages.aiodhcpwatcher: restrict to linux

This commit is contained in:
Martin Weinelt 2024-05-05 23:06:50 +02:00
parent 48705e5f4d
commit 8c1235a549
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -52,5 +52,6 @@ buildPythonPackage rec {
changelog = "https://github.com/bdraco/aiodhcpwatcher/blob/${src.rev}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ hexa ];
platforms = platforms.linux;
};
}