Commit Graph

12 Commits

Author SHA1 Message Date
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +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
R. Ryantm
626a09e43e publii: 0.45.1 -> 0.45.2 2024-03-13 00:52:08 +00:00
Nick Cao
e2fbadcbb1
publii: 0.45.0 -> 0.45.1 2024-03-06 21:16:39 -05:00
R. Ryantm
528495b68e publii: 0.44.4 -> 0.45.0 2024-03-06 03:41:28 +00:00
R. Ryantm
9e0c900ce9 publii: 0.44.2 -> 0.44.4 2024-01-20 08:53:23 +00:00
R. Ryantm
8811ed9838 publii: 0.44.1 -> 0.44.2 2023-12-24 19:39:59 +00:00
R. Ryantm
e8fb64175f publii: 0.43.1 -> 0.44.1 2023-11-30 05:10:12 +00:00
R. Ryantm
6e880e55b0 publii: 0.43.0 -> 0.43.1 2023-11-05 04:45:55 +00:00
R. Ryantm
fa3fdd0c2b publii: 0.42.1 -> 0.43.0 2023-10-13 03:00:03 +00:00
Sebastian Sellmeier
c55f97b616
publii: init at 0.42.1 2023-05-07 02:01:04 +02:00