Commit Graph

11 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
R. Ryantm
791f78150c cobang: 0.10.9 -> 0.12.0 2024-05-07 05:15:16 +00: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
b9e622fb18 cobang: 0.10.5 -> 0.10.9 2024-04-24 10:14:15 +00:00
P.
5f7ee2108b
cobang: 0.10.1 -> 0.10.5 2024-02-22 14:31:36 -06:00
Fabian Affolter
eeecd453c5 cobang: 0.9.6 -> 0.10.1
Diff: https://github.com/hongquan/CoBang/compare/refs/tags/v0.9.6...v0.10.1
2023-08-31 17:09:54 +02:00
Theodore Ni
bf15db136f
cobang: minor fix to patch replacing poetry with poetry-core 2023-08-17 16:00:38 -07:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Martin Weinelt
52d58e509a
python310Packages.logbook: Normalize attribute, pname, dirname 2023-02-19 21:36:01 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
P. R. d. O
834e7e8b73
cobang: init at 0.9.6 2022-03-07 11:49:21 -06:00