mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
zerotierone: doesn't build on i686 (ZHF)
This commit is contained in:
parent
b827583831
commit
92150ef3ac
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://www.zerotier.com;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [ stdenv.lib.maintainers.sjmackenzie ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = with stdenv.lib; platforms.allBut [ "i686-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user