summary refs log tree commit diff
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
parent04830655d7b72f40fdab3fb1ec29b40598b7508c (diff)
downloadnixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.tar
nixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.tar.gz
nixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.tar.bz2
nixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.tar.lz
nixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.tar.xz
nixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.tar.zst
nixpkgs-252fdbe2e0e91031664ae723df845b5a3f30e3ab.zip
nudoku: add platforms
-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 06a858a42d1..0e1bd9eb4a9 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 ];
   };
 }