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";
|
description = "An ncurses based sudoku game";
|
||||||
homepage = "http://jubalh.github.io/nudoku/";
|
homepage = "http://jubalh.github.io/nudoku/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user