From eececd0079d9bc8cbeff950b4d21e417d0d929af Mon Sep 17 00:00:00 2001
From: Weijia Wang <9713184+wegank@users.noreply.github.com>
Date: Wed, 7 Dec 2022 20:43:28 +0100
Subject: [PATCH] qqwing: add darwin support

---
 pkgs/games/qqwing/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/games/qqwing/default.nix b/pkgs/games/qqwing/default.nix
index 244a826cb165..81a10b9ea2af 100644
--- a/pkgs/games/qqwing/default.nix
+++ b/pkgs/games/qqwing/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     homepage = "https://qqwing.com";
     description = "Sudoku generating and solving software";
     license = licenses.gpl2;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ ];
   };
 }