Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
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.
gtkclipblock: fix formatting
gtkclipblock: remove trailing whitespace
gtkclipblock: change sha256 to hash in fetchFromGitHub calls
gtkclipblock: reformat with blank lines
gtkclipblock: set dontUseCmakeConfigure
gtkclipblock: change to by-name hierarchy
gtkclipblock: clarify description
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
gtkclipblock: restrict platform to x86 linux
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
gtkclipblock: factor more things out into vars
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>