about summary refs log tree commit diff
path: root/pkgs/development/python-modules/openant/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/openant/default.nix')
-rw-r--r--pkgs/development/python-modules/openant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/openant/default.nix b/pkgs/development/python-modules/openant/default.nix
index 9b88a71c5cc0..116ba717add6 100644
--- a/pkgs/development/python-modules/openant/default.nix
+++ b/pkgs/development/python-modules/openant/default.nix
@@ -32,7 +32,7 @@ buildPythonPackage rec {
     homepage = "https://github.com/Tigge/openant";
     description = "ANT and ANT-FS Python Library";
     license = licenses.mit;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 
 }