about summary refs log tree commit diff
path: root/pkgs/tools/misc/otfcc
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-05-23 18:21:54 +0200
committerPavol Rusnak <pavol@rusnak.io>2021-05-23 18:21:54 +0200
commit723171555fb1145b61dea18624e62f4a042a782b (patch)
treea7eef41f4ad9847eaf8e8f3bf2dce913db1a3d31 /pkgs/tools/misc/otfcc
parentac078761cef8415cbc7666b0769434c45e1cd35d (diff)
otfcc: enable aarch64-darwin build
Diffstat (limited to 'pkgs/tools/misc/otfcc')
-rw-r--r--pkgs/tools/misc/otfcc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/otfcc/default.nix b/pkgs/tools/misc/otfcc/default.nix
index a363b875895ce..b233e94f4f60f 100644
--- a/pkgs/tools/misc/otfcc/default.nix
+++ b/pkgs/tools/misc/otfcc/default.nix
@@ -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 ];
   };