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