about summary refs log tree commit diff
path: root/pkgs/applications/networking/resilio-sync/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/resilio-sync/default.nix')
-rw-r--r--pkgs/applications/networking/resilio-sync/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/resilio-sync/default.nix b/pkgs/applications/networking/resilio-sync/default.nix
index bbce0e1d350e3..35b4fa3aef43a 100644
--- a/pkgs/applications/networking/resilio-sync/default.nix
+++ b/pkgs/applications/networking/resilio-sync/default.nix
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Automatically sync files via secure, distributed technology";
     homepage    = "https://www.resilio.com/";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license     = licenses.unfreeRedistributable;
     platforms   = platforms.linux;
     maintainers = with maintainers; [ domenkozar thoughtpolice cwoac ];