aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/nudoku/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-25 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-11-25 04:20:00 +0000
commit252fdbe2e0e91031664ae723df845b5a3f30e3ab (patch)
tree75f7884d9adc177cc600d5aaf38d037610e3abe5 /pkgs/games/nudoku/default.nix
parent04830655d7b72f40fdab3fb1ec29b40598b7508c (diff)
nudoku: add platforms
Diffstat (limited to '')
-rw-r--r--pkgs/games/nudoku/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];
};
}