about summary refs log tree commit diff
path: root/pkgs/development/tools/eclipse-mat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/eclipse-mat/default.nix')
-rw-r--r--pkgs/development/tools/eclipse-mat/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/eclipse-mat/default.nix b/pkgs/development/tools/eclipse-mat/default.nix
index 647e5200a3dc0..dced6c6cde2da 100644
--- a/pkgs/development/tools/eclipse-mat/default.nix
+++ b/pkgs/development/tools/eclipse-mat/default.nix
@@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
       run a report to automatically extract leak suspects.
     '';
     homepage = "https://www.eclipse.org/mat";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.epl20;
     maintainers = [ maintainers.ktor ];
     platforms = [ "x86_64-linux" ];