aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bme680/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/bme680/default.nix')
-rw-r--r--pkgs/development/python-modules/bme680/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/bme680/default.nix b/pkgs/development/python-modules/bme680/default.nix
index 0fd28701816e..cdae502e7e59 100644
--- a/pkgs/development/python-modules/bme680/default.nix
+++ b/pkgs/development/python-modules/bme680/default.nix
@@ -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 ];
};
}