···8080 )
8181 (mkRemovedOptionModule [
8282 "services"
8383+ "anbox"
8484+ ] "The corresponding package was removed from nixpkgs as it is not maintained upstream anymore.")
8585+ (mkRemovedOptionModule [
8686+ "services"
8387 "ankisyncd"
8488 ] "`services.ankisyncd` has been replaced by `services.anki-sync-server`.")
8589 (mkRemovedOptionModule [
···11---- a/external/android-emugl/CMakeLists.txt
22-+++ b/external/android-emugl/CMakeLists.txt
33-@@ -1,7 +1,7 @@
44- # Don't treat any warnings as error as we take the source directly from
55- # upstream and just compile it.
66- set(CMAKE_C_FLAGS "-Wall")
77--set(CMAKE_CXX_FLAGS "-std=c++11 -Wall")
88-+set(CMAKE_CXX_FLAGS "-std=c++14 -Wall")
99-1010- # Ensure -fPIC
1111- set(CMAKE_POSITION_INDEPENDENT_CODE ON)
···110110 ankisyncd = throw "ankisyncd is dead, use anki-sync-server instead"; # Added 2024-08-10
111111 ao = libfive; # Added 2024-10-11
112112 apacheKafka_3_5 = throw "apacheKafka_2_8 through _3_5 have been removed from nixpkgs as outdated"; # Added 2024-06-13
113113+ anbox = throw "'anbox' has been removed as the upstream project is unmaintained, see https://github.com/anbox/.github/blob/main/profile/README.md"; # Added 2025-01-04
113114 antimicroX = throw "'antimicroX' has been renamed to/replaced by 'antimicrox'"; # Converted to throw 2024-10-17
114115 apacheAnt = ant; # Added 2024-11-28
115116 apple-sdk_10_12 = throw "apple-sdk_10_12 was removed as Nixpkgs no longer supports macOS 10.12; see the 25.05 release notes"; # Added 2024-10-27