summaryrefslogtreecommitdiffstats
path: root/pkgs/development/mobile/genymotion
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-10 00:42:40 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-16 20:12:04 +0100
commit12eea1c636c6da2f2cfdfd2a0c9117a8a5b87086 (patch)
tree504f70e8341ee32cf1e45c1bc425a3cb333ca511 /pkgs/development/mobile/genymotion
parent8d64fd7d585b4daf9a833f6ccd07e758c821b0fc (diff)
treewide/development: add sourceType binaryNativeCode for many packages
excluding compilers and interpreters as some new tricks may be needed to cover their various bootstrapping processes properly
Diffstat (limited to 'pkgs/development/mobile/genymotion')
-rw-r--r--pkgs/development/mobile/genymotion/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/mobile/genymotion/default.nix b/pkgs/development/mobile/genymotion/default.nix
index 2b94ed14aa9c..d8413117a30b 100644
--- a/pkgs/development/mobile/genymotion/default.nix
+++ b/pkgs/development/mobile/genymotion/default.nix
@@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
suitable for application testing.
'';
homepage = "https://www.genymotion.com/";
+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = ["x86_64-linux"];
maintainers = [ maintainers.puffnfresh ];