Commit Graph

22 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
R. Ryantm
3f739642c0 variety: 0.8.11 -> 0.8.12 2024-01-26 13:12:41 +00:00
R. Ryantm
ff620df8dd variety: 0.8.10 -> 0.8.11 2024-01-20 04:01:29 +00:00
natsukium
1ecda4bec5
python311Packages.distutils-extra: rename from distutils_extra 2023-10-12 10:50:39 +09: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
linsui
d29e6a5255 variety: fix script shell
The scripts are copied to the user directory and they are not updated with the package. When the bash path is changed, the shebang will stop working. This patch change the code so that the bash is called directly instead of relying on the shebang.
2023-06-06 18:48:59 +00:00
R. Ryantm
9744fb4b26 variety: 0.8.9 -> 0.8.10 2023-02-05 13:11:07 +00:00
Yureka
6279ab9cba tree-wide: libayatana-{app,}indicator-gtk3 -> libayatana-{app,}indicator 2022-10-19 00:22:29 +02:00
linsui
7073dcc090 variety: add app indicator support 2022-09-12 14:38:14 +08:00
linsui
fd30eef8fd variety: fix wrapper 2022-09-04 00:21:38 +08:00
R. Ryantm
519f50b6ea variety: 0.8.7 -> 0.8.9 2022-08-19 19:56:55 +00:00
linsui
d1dd0cd0bd variety: 0.8.5 -> 0.8.7 2022-05-20 12:55:16 +08:00
AndersonTorres
8d0e70bb58 variety: use runtimeShell instead of stdenv.shell 2022-01-13 11:37:58 -03:00
Sandro Jäckel
081a0fa202 variety: use python3Packages instead of python37Packages 2021-09-05 15:00:36 +02:00
Rick van Schijndel
8c70974350 variety: move makeWrapper to nativeBuildInputs 2021-07-12 21:53:43 +02:00
p3psi
cf69e3dc60
Update pkgs/applications/misc/variety/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-13 12:17:29 +08:00
p3psi
3f2f086616 variety: fixed GLib-GIO-ERROR error 2021-06-04 20:16:19 +08:00
AndersonTorres
e19c62785f variety: 0.7.2-96-g3afe3ab -> 0.8.5 2020-12-28 22:25:09 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zfnmxt
441638eee8 variety: init at 0.7.2-96-g3afe3ab 2019-10-04 13:48:37 +02:00