Commit 6af4b450 authored by éclairevoyant's avatar éclairevoyant Committed by adisbladis
Browse files

waydroid: set updateScript

parent bfc0c906
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  wrapGAppsHook3,
  wl-clipboard,
  runtimeShell,
  nix-update-script,
}:

python3Packages.buildPythonApplication rec {
@@ -99,6 +100,8 @@ python3Packages.buildPythonApplication rec {
      --replace '"sh"' '"${runtimeShell}"'
  '';

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Container-based approach to boot a full Android system on a regular GNU/Linux system";
    mainProgram = "waydroid";