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:
parent
04830655d7
commit
252fdbe2e0
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue