otfcc: enable darwin

This commit is contained in:
Orivej Desh 2017-11-27 00:07:53 +00:00
parent 6a23fb10a9
commit a160fef26d

View file

@ -26,11 +26,13 @@ stdenv.mkDerivation rec {
cp bin/release-x*/otfcc* $out/bin/
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Optimized OpenType builder and inspector";
homepage = https://github.com/caryll/otfcc;
license = licenses.asl20;
platforms = [ "i686-linux" "x86_64-linux" ];
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ jfrankenau ttuegel ];
};