about summary refs log tree commit diff
path: root/pkgs/development/tools/selenium/selendroid/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/selenium/selendroid/default.nix')
-rw-r--r--pkgs/development/tools/selenium/selendroid/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/selenium/selendroid/default.nix b/pkgs/development/tools/selenium/selendroid/default.nix
index 975a040b8bc3..d18ca0012d80 100644
--- a/pkgs/development/tools/selenium/selendroid/default.nix
+++ b/pkgs/development/tools/selenium/selendroid/default.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation {
     description = "Test automation for native or hybrid Android apps and the mobile web";
     maintainers = with maintainers; [ offline ];
     platforms = platforms.all;
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.asl20;
   };
 }