ftgl: enable darwin

This commit is contained in:
Orivej Desh 2017-11-27 15:29:37 +00:00
parent 57e8937c25
commit 6c8763e0ca

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation {
buildInputs = [ freetype mesa ]; buildInputs = [ freetype mesa ];
enableParallelBuilding = true;
meta = { meta = {
homepage = https://sourceforge.net/apps/mediawiki/ftgl/; homepage = https://sourceforge.net/apps/mediawiki/ftgl/;
description = "Font rendering library for OpenGL applications"; description = "Font rendering library for OpenGL applications";
@ -25,7 +27,7 @@ stdenv.mkDerivation {
and extruded polygon rendering modes. and extruded polygon rendering modes.
''; '';
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.unix;
maintainers = []; maintainers = [];
}; };
} }