13 stdenv.mkDerivation rec {
17 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
18 sha256 = "0cf9ljdzii5d4i2m23gdmf3kn521ljcldzq69lsdywjid3pg5zjl";
29 # FIXME: Configure fails to use system glew.
31 description = "Free implementation of the OpenGL Character Renderer";
33 QuesoGLC is a free (as in free speech) implementation of the OpenGL
34 Character Renderer (GLC). QuesoGLC is based on the FreeType library,
35 provides Unicode support and is designed to be easily ported to any
36 platform that supports both FreeType and the OpenGL API.
38 homepage = "https://quesoglc.sourceforge.net/";
39 license = licenses.lgpl21Plus;
40 maintainers = with maintainers; [ astsmtl ];
41 platforms = platforms.linux;