From 252fdbe2e0e91031664ae723df845b5a3f30e3ab Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 25 Nov 2020 04:20:00 +0000 Subject: [PATCH] nudoku: add platforms --- pkgs/games/nudoku/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/nudoku/default.nix b/pkgs/games/nudoku/default.nix index 06a858a42d1e..0e1bd9eb4a9d 100644 --- a/pkgs/games/nudoku/default.nix +++ b/pkgs/games/nudoku/default.nix @@ -25,6 +25,7 @@ stdenv.mkDerivation rec { description = "An ncurses based sudoku game"; homepage = "http://jubalh.github.io/nudoku/"; license = licenses.gpl3; + platforms = platforms.all; maintainers = with maintainers; [ dtzWill ]; }; }