Skip to content

Commit 310cc42

Browse files
anbox: drop (NixOS#370821)
2 parents cc5c0b2 + 9330230 commit 310cc42

File tree

11 files changed

+5
-495
lines changed

11 files changed

+5
-495
lines changed

nixos/modules/module-list.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,6 @@
17501750
./tasks/trackpoint.nix
17511751
./testing/service-runner.nix
17521752
./virtualisation/amazon-options.nix
1753-
./virtualisation/anbox.nix
17541753
./virtualisation/appvm.nix
17551754
./virtualisation/build-vm.nix
17561755
./virtualisation/container-config.nix

nixos/modules/rename.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ in
7878
(mkRemovedOptionModule [ "services" "antennas" ]
7979
"The antennas package and the corresponding module have been removed as they only work with tvheadend, which nobody was willing to maintain and was stuck on an unmaintained version that required FFmpeg 4; please see https://github.com/NixOS/nixpkgs/pull/332259 if you are interested in maintaining a newer version."
8080
)
81+
(mkRemovedOptionModule [
82+
"services"
83+
"anbox"
84+
] "The corresponding package was removed from nixpkgs as it is not maintained upstream anymore.")
8185
(mkRemovedOptionModule [
8286
"services"
8387
"ankisyncd"

nixos/modules/virtualisation/anbox.nix

Lines changed: 0 additions & 194 deletions
This file was deleted.

nixos/tests/all-tests.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ in {
124124
amazon-init-shell = handleTest ./amazon-init-shell.nix {};
125125
amazon-ssm-agent = handleTest ./amazon-ssm-agent.nix {};
126126
amd-sev = runTest ./amd-sev.nix;
127-
anbox = runTest ./anbox.nix;
128127
angie-api = handleTest ./angie-api.nix {};
129128
anki-sync-server = handleTest ./anki-sync-server.nix {};
130129
anuko-time-tracker = handleTest ./anuko-time-tracker.nix {};

nixos/tests/anbox.nix

Lines changed: 0 additions & 41 deletions
This file was deleted.

pkgs/os-specific/linux/anbox/0001-NixOS-Use-anbox-from-PATH-in-desktop-files.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

pkgs/os-specific/linux/anbox/0002-NixOS-Build-android-emugl-with-cpp-14.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)