Commit Graph

8 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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)
2024-04-27 02:23:22 +02:00
R. Ryantm
a6d76f65c4 avizo: 1.2.1 -> 1.3 2024-01-27 12:45:44 +00:00
wuyoli
cce4df2373 avizo: fix dependencies of helper scripts 2023-03-18 00:56:49 +01:00
R. Ryantm
06ba031afa avizo: 1.2 -> 1.2.1 2022-07-07 19:12:16 +00:00
Nicolas Berbiche
de585f82e1
avizo: 1.1 -> 1.2 2022-03-04 02:14:47 -05:00
Nicolas Berbiche
1c7b2186e2
avizo: unstable-2021-07-21 -> 1.1
Includes a temporary `meson.build` patch that will need to be
removed on the next update.
2022-01-09 23:01:51 -05:00
Nicolas Berbiche
18ad855d65
avizo: init at unstable-2021-07-21 2021-10-11 15:04:44 -04:00