about summary refs log tree commit diff
path: root/pkgs/applications/networking/synology-drive-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/synology-drive-client/default.nix')
-rw-r--r--pkgs/applications/networking/synology-drive-client/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/synology-drive-client/default.nix b/pkgs/applications/networking/synology-drive-client/default.nix
index 3184c192b127f..69468c0a4df0d 100644
--- a/pkgs/applications/networking/synology-drive-client/default.nix
+++ b/pkgs/applications/networking/synology-drive-client/default.nix
@@ -7,6 +7,7 @@ let
   meta = with lib; {
     description = "Desktop application to synchronize files and folders between the computer and the Synology Drive server.";
     homepage = "https://www.synology.com/en-global/dsm/feature/drive";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ jcouyang MoritzBoehme ];
     platforms = [ "x86_64-linux" "x86_64-darwin" ];