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 New Issue
Block a user