summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-29 10:08:48 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-29 10:08:48 +0100
commit8c318e81d1e64b77f8f6aa8caf440504bc709e3f (patch)
tree4fa7a91ba16ca6f8831eda0989964d596a3db84b /pkgs/desktops
parent1d0badab26b49191106de3213e356ec9fbc795f1 (diff)
gnome.hitori: add darwin support
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/games/hitori/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/games/hitori/default.nix b/pkgs/desktops/gnome/games/hitori/default.nix
index c17ca56044e4d..092735d55a173 100644
--- a/pkgs/desktops/gnome/games/hitori/default.nix
+++ b/pkgs/desktops/gnome/games/hitori/default.nix
@@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
     description = "GTK application to generate and let you play games of Hitori";
     maintainers = teams.gnome.members;
     license = licenses.gpl2;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }