Genymotion icon

Genymotion 3.10.0

Android emulator

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    genymotion # Genymotion
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    genymotion # Genymotion
  ];
}

Package Definition

{
  "pname": "genymotion",
  "version": "3.10.0",
  "src": {
    "url": "https://dl.genymotion.com/releases/genymotion-3.10.0/genymotion-3.10.0.dmg",
    "sha256": "38516b5ffd4b5e66990277e40537cd71b3c096260edc448033dfdd816770d35e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Genymotion.app\" && cp -r \"Genymotion.app\" \"$out/Applications\"",
    "mkdir -p \"$out/Applications/Genymotion Shell.app\" && cp -r \"Genymotion Shell.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Genymotion Shell.app/Contents/MacOS/genyshell\" \"$out/bin/genyshell\""
  ],
  "meta": {
    "description": "Android emulator",
    "homepage": "https://www.genymotion.com/"
  }
}