about summary refs log tree commit diff
path: root/pkgs/tools/graphics/agi
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/agi')
-rw-r--r--pkgs/tools/graphics/agi/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/agi/default.nix b/pkgs/tools/graphics/agi/default.nix
index 4a0ef0e9a73a8..4fad46f295ae5 100644
--- a/pkgs/tools/graphics/agi/default.nix
+++ b/pkgs/tools/graphics/agi/default.nix
@@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/google/agi/";
     description = "Android GPU Inspector";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.asl20;
     platforms = [ "x86_64-linux" ];
     maintainers = [ maintainers.ivar ];