about summary refs log tree commit diff
path: root/pkgs/applications/networking/appgate-sdp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/appgate-sdp/default.nix')
-rw-r--r--pkgs/applications/networking/appgate-sdp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/appgate-sdp/default.nix b/pkgs/applications/networking/appgate-sdp/default.nix
index 7e4c5cfac888d..d6f21aa04237a 100644
--- a/pkgs/applications/networking/appgate-sdp/default.nix
+++ b/pkgs/applications/networking/appgate-sdp/default.nix
@@ -151,6 +151,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Appgate SDP (Software Defined Perimeter) desktop client";
     homepage = "https://www.appgate.com/support/software-defined-perimeter-support";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = platforms.linux;
     maintainers = with maintainers; [ ymatsiuk ];