19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "sha256-TkEVjrwlr4Q5FsfcdY+9fxwaMq+DFs0RwGI2E+GT5Mk=";
31 patchShebangs meson/post_install.py
54 description = "Nonograms puzzle game";
56 An implementation of the Japanese logic puzzle "Nonograms" written in
57 Vala, allowing the user to:
59 * Generate random puzzles of chosen difficulty
61 license = licenses.gpl3Plus;
62 maintainers = with maintainers; [ fgaz ];
63 homepage = "https://github.com/jeremypw/gnonograms";
64 platforms = platforms.all;