1 { lib, stdenv, fetchurl, libGLU, libGL, libX11, xorgproto, tcl, freeglut, freetype
3 , libXmu, libXext, libXt, libSM, libICE
4 , libpng, pkg-config, gettext, intltool
7 stdenv.mkDerivation rec {
9 pname = "extremetuxracer";
12 url = "mirror://sourceforge/extremetuxracer/etr-${version}.tar.xz";
13 sha256 = "05ysaxvsgps9fxc421kdifsxmc1sn6n79cjaa0k0i3fs9qqrja2b";
17 libGLU libGL libX11 xorgproto tcl freeglut freetype
19 libXmu libXext libXt libSM libICE
20 libpng pkg-config gettext intltool
23 configureFlags = [ "--with-tcl=${tcl}/lib" ];
26 export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE"
30 description = "High speed arctic racing game based on Tux Racer";
32 ExtremeTuxRacer - Tux lies on his belly and accelerates down ice slopes.
34 license = lib.licenses.gpl2Plus;
35 homepage = "https://sourceforge.net/projects/extremetuxracer/";
36 maintainers = with lib.maintainers; [ ];
37 platforms = with lib.platforms; linux;