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
Massimo Gengarelli
4c97436473 onedriver: add glib-networking to buildInputs
This should fix nixos/nixpkgs#308666
2024-05-05 15:24:10 +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
Massimo Gengarelli
baf6a41e9f fixup! onedriver: fix systemd service (closes #291608) 2024-03-03 18:27:45 +01:00
Massimo Gengarelli
3e153863b5 onedriver: fix systemd service (closes #291608) 2024-02-26 20:15:39 +01:00
Yongun Seong
b7faa997e7
onedriver: add wrapGAppsHook 2024-01-04 00:22:09 +09:00
Massimo Gengarelli
3fa0998484 onedriver: 0.13.0-2 -> 0.14.1 2023-11-26 16:33:04 +02:00
Massimo Gengarelli
f980f790f3 onedriver: init at 0.13.0-2 2023-10-20 17:02:27 +02:00