Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gnome.iagno: add darwin support

+1 -1
+1 -1
pkgs/desktops/gnome/games/iagno/default.nix
··· 72 72 description = "Computer version of the game Reversi, more popularly called Othello"; 73 73 maintainers = teams.gnome.members; 74 74 license = licenses.gpl3Plus; 75 - platforms = platforms.linux; 75 + platforms = platforms.unix; 76 76 }; 77 77 }