ftgl: enable darwin
This commit is contained in:
parent
57e8937c25
commit
6c8763e0ca
@ -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 = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user