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)
* Only build static libs by default when stdenv.hostPlatform.isStatic
* Add separate -bin output
* Move h5hlcc/c++ dev binaries to -dev output
* Default to building with C++ support to cut down
on duplicated hdf5/hdf5-cpp in downstream closures
* Generate PlPlot drivers by
injecting wxGtk31 (if enableWX == true)
and/or xorg.libX11 (if enableXWin == true,
default to false)
into the buildInputs of plplot
with plplot.overrideAttrs
* Override hdf4 and hdf5 with
custom mpi (if
enableMPI == true and libraryMPI == mpich)
and szip (if enableSzip == true, default to false)