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

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;
};
}