about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pg8000/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pg8000/default.nix')
-rw-r--r--pkgs/development/python-modules/pg8000/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pg8000/default.nix b/pkgs/development/python-modules/pg8000/default.nix
index a0e8d08a2c7b..161c5e62738e 100644
--- a/pkgs/development/python-modules/pg8000/default.nix
+++ b/pkgs/development/python-modules/pg8000/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     homepage = https://github.com/mfenniak/pg8000;
     description = "PostgreSQL interface library, for asyncio";
     maintainers = with maintainers; [ garbas domenkozar ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 
 }