7 stdenv.mkDerivation rec {
8 pname = "johnny-reborn-engine";
11 src = fetchFromGitHub {
15 hash = "sha256-PDh2RKdvm4LkDKi963CB5RiraWcS3FED6ug8T1J65GM=";
18 buildInputs = [ SDL2 ];
24 cp jc_reborn $out/bin/
30 description = "Open-source engine for the classic \"Johnny Castaway\" screensaver (engine only)";
31 homepage = "https://github.com/xesf/jc_reborn";
32 license = lib.licenses.gpl3Plus;
33 maintainers = with lib.maintainers; [ pedrohlc ];
34 mainProgram = "jc_reborn";
35 inherit (SDL2.meta) platforms;