zerotierone: mark as linux only
macos builds seems hard because upstream does some sort of fat binary.
This commit is contained in:
parent
402a5fb93f
commit
69a56c9162
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue