This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
Slade has major issues when running in native Wayland:
- The 3D view in the map editor is "spinning", making it unusable.
- The UI will freeze when trying to preview or edit an asset.
- Some crashes
new file: pkgs/games/doom-ports/doomseeker/add_gitinfo.patch
modified: pkgs/games/doom-ports/doomseeker/default.nix
new file: pkgs/games/doom-ports/doomseeker/dont_update_gitinfo.patch
modified: pkgs/games/doom-ports/doomseeker/fix_paths.patch
new file: pkgs/games/doom-ports/zandronum/alpha/add_gitinfo.patch
new file: pkgs/games/doom-ports/zandronum/alpha/default.nix
new file: pkgs/games/doom-ports/zandronum/alpha/dont_update_gitinfo.patch
new file: pkgs/games/doom-ports/zandronum/alpha/zan_configure_impurity.patch
modified: pkgs/top-level/all-packages.nix
Among other things fixes build failure against gcc-13:
$ nix build --impure --expr 'with import ./. {}; gzdoom.override { stdenv = gcc13Stdenv; }' -L
gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h: In function 'void VmaUint32ToStr(char*, size_t, uint32_t)':
gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2410:9: error: 'snprintf' was not declared in this scope
gzdoom> 2410 | snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num));
gzdoom> | ^~~~~~~~
gzdoom> /build/source/src/common/rendering/vulkan/thirdparty/vk_mem_alloc/vk_mem_alloc.h:2262:1: note: 'snprintf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
Changes: https://github.com/ZDoom/gzdoom/releases/tag/g4.11.0