about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-07-25 14:13:00 +0200
committerJörg Thalheim <joerg@thalheim.io>2023-07-25 17:48:45 +0200
commit69a56c9162f0701024816847de20cf3e0d2fe185 (patch)
treef60abbc8848fb6848bf1a76ed3ba55fd89dd75a6
parent402a5fb93f43a86138dedd88a91674435fefb7a4 (diff)
zerotierone: mark as linux only
macos builds seems hard because upstream does some sort of fat binary.
-rw-r--r--pkgs/tools/networking/zerotierone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/zerotierone/default.nix b/pkgs/tools/networking/zerotierone/default.nix
index 40901804e9722..81981735d44c9 100644
--- a/pkgs/tools/networking/zerotierone/default.nix
+++ b/pkgs/tools/networking/zerotierone/default.nix
@@ -96,6 +96,6 @@ in stdenv.mkDerivation {
     homepage = "https://www.zerotier.com";
     license = licenses.bsl11;
     maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz danielfullmer ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
   };
 }