Merge pull request #105500 from SuperSandro2000/bme680-linux

python3packages.bme680: Mark Linux only as upstream
This commit is contained in:
Jörg Thalheim 2020-12-01 17:43:10 +00:00 committed by GitHub
commit d7a5482a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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