mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #124169 from prusnak/otfcc
otfcc: enable aarch64-darwin build
This commit is contained in:
commit
0b6531b9e8
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue