Merge pull request #124169 from prusnak/otfcc
otfcc: enable aarch64-darwin build
This commit is contained in:
commit
0b6531b9e8
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
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 = [ "aarch64-linux" "i686-linux" "x86_64-linux" "x86_64-darwin" ];
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ jfrankenau ttuegel ];
|
maintainers = with maintainers; [ jfrankenau ttuegel ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user