Skip to content

Commit

Permalink
resilio-sync: add aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Nov 25, 2020
1 parent e50eb89 commit 129c30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/resilio-sync/default.nix
Expand Up @@ -4,6 +4,7 @@ let
arch = {
x86_64-linux = "x64";
i686-linux = "i386";
aarch64-linux = "arm64";
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.libc ];

Expand All @@ -16,6 +17,7 @@ in stdenv.mkDerivation rec {
sha256 = {
x86_64-linux = "0gar5lzv1v4yqmypwqsjnfb64vffzn8mw9vnjr733fgf1pmr57hf";
i686-linux = "1bws7r86h1vysjkhyvp2zk8yvxazmlczvhjlcayldskwq48iyv6w";
aarch64-linux = "0j8wk5cf8bcaaqxi8gnqf1mpv8nyfjyr4ibls7jnn2biqq767af2";
}.${stdenv.hostPlatform.system};
};

Expand Down

0 comments on commit 129c30e

Please sign in to comment.