summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-07 20:43:28 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-07 20:43:28 +0100
commiteececd0079d9bc8cbeff950b4d21e417d0d929af (patch)
tree1a0161bd4030e8116eda4e84ee62646e29224f02
parentd2e1ec446e0594b927483bdddccf0644c9724f3f (diff)
downloadnixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.tar
nixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.tar.gz
nixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.tar.bz2
nixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.tar.lz
nixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.tar.xz
nixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.tar.zst
nixpkgs-eececd0079d9bc8cbeff950b4d21e417d0d929af.zip
qqwing: add darwin support
-rw-r--r--pkgs/games/qqwing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/qqwing/default.nix b/pkgs/games/qqwing/default.nix
index 244a826cb16..81a10b9ea2a 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; [ ];
   };
 }