summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-05 23:25:56 +0100
committerGitHub <noreply@github.com>2021-01-05 23:25:56 +0100
commitc1cc0f5b992ad16def3f2546786115e0e2855c56 (patch)
tree1d44300c4fad6dd2018a0be967ec693a5d2518e3 /pkgs/development/python-modules
parent1cfa4cdc3e93b8ad825e1c78b709a554c9ccaaea (diff)
parent59274d9358cb435fb6df20e9f9b02947ca694bf7 (diff)
downloadnixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.tar
nixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.tar.gz
nixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.tar.bz2
nixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.tar.lz
nixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.tar.xz
nixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.tar.zst
nixpkgs-c1cc0f5b992ad16def3f2546786115e0e2855c56.zip
Merge pull request #108523 from SuperSandro2000/bluepy
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/bluepy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bluepy/default.nix b/pkgs/development/python-modules/bluepy/default.nix
index 8d247b41d27..a26cdb9dd35 100644
--- a/pkgs/development/python-modules/bluepy/default.nix
+++ b/pkgs/development/python-modules/bluepy/default.nix
@@ -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;
   };
-
 }