23 stdenv.mkDerivation rec {
28 url = "https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz";
29 sha256 = "1xkr3ka2sxp5s0spp84iv294i29s1vxqzazb6kmjc0n415h0x57p";
32 nativeBuildInputs = [ pkg-config cmake ];
52 cmakeFlags = [ "-DENABLE_BOOST_STATIC_LIBS=OFF" ];
56 ln -s $out/games/supertux2 $out/bin
60 description = "Classic 2D jump'n run sidescroller game";
61 homepage = "https://supertux.github.io/";
62 license = licenses.gpl2;
63 maintainers = with maintainers; [ pSub ];
64 platforms = with platforms; linux;
65 mainProgram = "supertux2";