python3packages.bme680: Mark Linux only as upstream

This commit is contained in:
Sandro Jäckel 2020-11-30 22:47:37 +01:00
parent 7714edc2e5
commit 8f2075d3fb
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -32,6 +32,7 @@ buildPythonPackage rec {
description = "Python library for driving the Pimoroni BME680 Breakout";
homepage = "https://github.com/pimoroni/bme680-python";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ mic92 ];
};
}