mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
resilio-sync: add aarch64 support
This commit is contained in:
parent
e50eb89d52
commit
129c30e26d
@ -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 ];
|
||||
|
||||
@ -16,6 +17,7 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = {
|
||||
x86_64-linux = "0gar5lzv1v4yqmypwqsjnfb64vffzn8mw9vnjr733fgf1pmr57hf";
|
||||
i686-linux = "1bws7r86h1vysjkhyvp2zk8yvxazmlczvhjlcayldskwq48iyv6w";
|
||||
aarch64-linux = "0j8wk5cf8bcaaqxi8gnqf1mpv8nyfjyr4ibls7jnn2biqq767af2";
|
||||
}.${stdenv.hostPlatform.system};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user