pythonPackages.bluepy: Set platform to linux only as in readme
This commit is contained in:
parent
06c9dbcece
commit
59274d9358
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||||||
description = "Python interface to Bluetooth LE on Linux";
|
description = "Python interface to Bluetooth LE on Linux";
|
||||||
homepage = "https://github.com/IanHarvey/bluepy";
|
homepage = "https://github.com/IanHarvey/bluepy";
|
||||||
maintainers = with maintainers; [ georgewhewell ];
|
maintainers = with maintainers; [ georgewhewell ];
|
||||||
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user