otfcc: enable aarch64-darwin build

This commit is contained in:
Pavol Rusnak 2021-05-23 18:21:54 +02:00
parent ac078761ce
commit 723171555f
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Optimized OpenType builder and inspector";
homepage = "https://github.com/caryll/otfcc";
license = licenses.asl20;
platforms = [ "aarch64-linux" "i686-linux" "x86_64-linux" "x86_64-darwin" ];
platforms = platforms.unix;
maintainers = with maintainers; [ jfrankenau ttuegel ];
};