Merge pull request #124169 from prusnak/otfcc

otfcc: enable aarch64-darwin build
This commit is contained in:
Pavol Rusnak 2021-05-23 23:23:33 +02:00 committed by GitHub
commit 0b6531b9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};