pythonPackages.bluepy: Set platform to linux only as in readme

This commit is contained in:
Sandro Jäckel 2021-01-05 22:52:23 +01:00
parent 06c9dbcece
commit 59274d9358
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -29,7 +29,7 @@ buildPythonPackage rec {
description = "Python interface to Bluetooth LE on Linux";
homepage = "https://github.com/IanHarvey/bluepy";
maintainers = with maintainers; [ georgewhewell ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}