synology-drive-client: add aarch64-darwin support
This commit is contained in:
parent
a72a6ca435
commit
d2bc1006a6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
|||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ jcouyang MoritzBoehme ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
mainProgram = "synology-drive";
|
||||
};
|
||||
passthru.updateScript = writeScript "update-synology-drive-client" ''
|
||||
|
|
Loading…
Reference in a new issue