1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

nudoku: add platforms

This commit is contained in:
Mario Rodas 2020-11-25 04:20:00 +00:00
parent 04830655d7
commit 252fdbe2e0

View file

@ -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 ];
};
}