18 stdenv.mkDerivation (finalAttrs: {
22 src = fetchFromGitLab {
25 rev = "v${finalAttrs.version}";
26 sha256 = "sha256-ecEaELu52Nmov/BD9VzcUw6wyWeHJcsKQkEzTnaW330=";
45 # GIMP needs a writable home
47 export HOME=$(mktemp -d)
50 makeFlags = [ "PREFIX=$(out)" ];
52 hardeningDisable = [ "format" ];
55 description = "Jump and run game, reimplementation of Tower Toppler/Nebulus";
56 homepage = "https://gitlab.com/roever/toppler";
57 license = licenses.gpl2Plus;
58 maintainers = with maintainers; [ fgaz ];
59 platforms = platforms.all;