| I have a branch that nixosTests.gnome builds but I excluded (i.e. did not looked at) stuff that requires rebuilding webkitgtk: https://github.com/bobby285271/nixpkgs/commits/upd/gnome-46 . So far I am aware of (but haven't tried all of them yet):
- https://github.com/NixOS/nixpkgs/pull/140429 (gnome-session drops builtin option so this is needed)
- https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/291 (possible soname bump)
- https://gitlab.gnome.org/jbrummer/msgraph (now optionally needed by gvfs and need libsoup3 uhttpmock)
- https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3636 (possible cyclic dependency)
- https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/merge_requests/193 (ported to freerdp3, nixpkgs has freedrp2)
Though I feel uncomfortable doing both https://github.com/NixOS/nixpkgs/pull/289062 and GNOME 46 at the same time... 🙃
|