about summary refs log tree commit diff
path: root/pkgs/applications/networking/scaleft/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/scaleft/default.nix')
-rw-r--r--pkgs/applications/networking/scaleft/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/scaleft/default.nix b/pkgs/applications/networking/scaleft/default.nix
index 6dca196948d7a..1f340a703611b 100644
--- a/pkgs/applications/networking/scaleft/default.nix
+++ b/pkgs/applications/networking/scaleft/default.nix
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "ScaleFT provides Zero Trust software which you can use to secure your internal servers and services";
     homepage = "https://www.scaleft.com";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ jloyet ];
     platforms = [ "x86_64-linux" ];