about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-05-23 23:23:33 +0200
committerGitHub <noreply@github.com>2021-05-23 23:23:33 +0200
commit0b6531b9e85efa1b7def209d7ed9bd32311f94ae (patch)
tree76811d4ca12605613bedbfc59d13b14f27df91af
parentce1aca144a7a9bb80a2a6ed8209ff149b7e42ff7 (diff)
parent723171555fb1145b61dea18624e62f4a042a782b (diff)
Merge pull request #124169 from prusnak/otfcc
otfcc: enable aarch64-darwin build
-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 ];
   };