otfcc: enable darwin
This commit is contained in:
parent
6a23fb10a9
commit
a160fef26d
@ -26,11 +26,13 @@ stdenv.mkDerivation rec {
|
|||||||
cp bin/release-x*/otfcc* $out/bin/
|
cp bin/release-x*/otfcc* $out/bin/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Optimized OpenType builder and inspector";
|
description = "Optimized OpenType builder and inspector";
|
||||||
homepage = https://github.com/caryll/otfcc;
|
homepage = https://github.com/caryll/otfcc;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
|
||||||
maintainers = with maintainers; [ jfrankenau ttuegel ];
|
maintainers = with maintainers; [ jfrankenau ttuegel ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user