Merge pull request #82733 from misuzu/zerotierone-armv7l-fix
zerotierone: fix build on armv7l via gcc9
This commit is contained in:
commit
70519e57af
@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs ./doc/build.sh
|
||||
substituteInPlace ./doc/build.sh \
|
||||
--replace '/usr/bin/ronn' '${buildPackages.ronn}/bin/ronn' \
|
||||
|
||||
substituteInPlace ./make-linux.mk \
|
||||
--replace 'armv5' 'armv6'
|
||||
'';
|
||||
|
||||
|
||||
@ -47,6 +50,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://www.zerotier.com;
|
||||
license = licenses.bsl11;
|
||||
maintainers = with maintainers; [ sjmackenzie zimbatm ehmry obadz danielfullmer ];
|
||||
platforms = with platforms; x86_64 ++ aarch64 ++ arm;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user