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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
Andrew Marshall
9d6ad87ccd linthesia: add ckie as maintainer
Per https://github.com/NixOS/nixpkgs/pull/239186#issuecomment-1615928290
2023-07-11 18:15:12 -04:00
Andrew Marshall
563c856ea8 linthesia: 0.8.0 -> unstable-2023-05-23 2023-07-11 18:15:12 -04:00
Andrew Marshall
4340a53bf3 linthesia: use latest SDL2_ttf via backport
Upstream commit is merged to main but not in release yet.
2023-07-11 18:15:11 -04:00
Andrew Marshall
ce57dd627d linthesia: formatting 2023-07-11 18:15:11 -04:00
ckie
202f13c7b0
linthesia: init at 0.8.0 2022-02-07 19:09:24 +02:00