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
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
Alexis Hildebrandt
0e1d97a663
weechat: 4.3.1 -> 4.3.2
2024-06-07 06:33:01 +02:00
Alexis Hildebrandt
0e270c5e4b
weechat: 4.3.0 -> 4.3.1
2024-05-31 15:05:35 +02:00
Sergei Trofimovich
7d67989af1
weechat: 4.2.2 -> 4.3.0
...
Changes: https://weechat.org/files/doc/weechat/ChangeLog-4.3.0.html
2024-05-28 21:35:45 +01:00
Jörg Thalheim
493ee15548
Merge pull request #308652 from bwkam/fix-matrix_upload-weechat
...
weechat-matrix: substitute matrix_upload
2024-05-22 21:05:09 +02:00
Florian Klink
b57154767c
weechatScripts.autosort: init at 3.10
...
This provides autosort, which automatically keeps buffers sorted and
grouped by server.
2024-05-15 23:08:55 +00:00
Franz Pletz
a519d49ecd
Merge pull request #311493 from xfnw/catgirl-2.2a
...
catgirl: 2.2 -> 2.2a
2024-05-14 14:36:53 +02:00
xfnw
428f208f4f
catgirl: 2.2 -> 2.2a
...
https://git.causal.agency/catgirl/tag/?h=2.2a
2024-05-13 18:20:52 -04:00
Martino Fontana
6e465f4550
treewide: fix use of extraPkgs
in AppImages
...
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.
Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
rewine
7074b00ce2
Merge pull request #310376 from wineee/srain
...
srain: 1.6.0 -> 1.7.0
2024-05-10 19:22:45 +08:00
rewine
0ea21a32b2
srain: 1.6.0 -> 1.7.0
2024-05-10 00:35:49 +08:00
R. Ryantm
56abb8dd9b
ircdog: 0.5.2 -> 0.5.3
2024-05-07 13:51:51 +00:00
bwkam
06cc2f266b
weechat-matrix: change --replace to --replace-fail
2024-05-03 02:51:37 +03:00
bwkam
cdd1255284
weechat-matrix: substitute matrix_upload with the right nix store path
2024-05-03 02:42:16 +03:00
Weijia Wang
7f45fee52a
Merge branch 'master' into staging-next
2024-04-28 04:02:14 +02:00
Pierre Bourdon
37889a30f9
maintainers: remove delroth
2024-04-27 11:54:22 +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
Peder Bergebakken Sundt
985aa8174d
treewide: unbreak appimageTools.wrapType2 builds
...
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.
contex: #271071
2024-04-24 15:26:52 +02:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary
2024-04-17 13:34:05 -04:00
Alexis Hildebrandt
f07ac5de2e
weechat: 4.2.1 -> 4.2.2
2024-04-07 20:12:32 +02:00
Jeremy Baxter
e2c073711f
halloy: migrate to pkgs/by-name
2024-03-29 09:47:20 +13:00
Felix Bühler
383125f420
Merge pull request #269310 from Stunkymonkey/thelounge-migrate-prefetch-yarn-deps
...
thelounge: migrate to prefetch-yarn-deps
2024-03-25 20:55:50 +01: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
0748352130
halloy: 2024.2 -> 2024.3
2024-03-10 08:46:53 +00:00
Weijia Wang
62aef08ec7
Merge pull request #291140 from r-ryantm/auto-update/weechatScripts.wee-slack
...
weechatScripts.wee-slack: 2.10.1 -> 2.10.2
2024-03-07 15:36:45 +01:00
Weijia Wang
75d5b80457
Merge pull request #293518 from r-ryantm/auto-update/halloy
...
halloy: 2024.1 -> 2024.2
2024-03-07 07:04:18 +01:00
a-kenji
afbd6ce7ff
halloy: fix darwin -> add build dependency Cocoa
2024-03-06 20:25:08 +01:00
a-kenji
9cd71e54a3
halloy: run under wayland, if available
...
Allows halloy to use it's wayland backend, if available.
2024-03-05 15:47:04 +01:00
R. Ryantm
677adb0803
halloy: 2024.1 -> 2024.2
2024-03-05 14:43:06 +00:00
rewine
d76e0a5e16
srain: 1.5.1 -> 1.6.0
2024-02-27 13:28:53 +08:00
R. Ryantm
fcfa674276
weechatScripts.wee-slack: 2.10.1 -> 2.10.2
2024-02-24 13:19:35 +00:00
Sergei Trofimovich
5e1a6504e2
bip: drop blanket -Werror
...
Without the change the build fails on `master` as
https://hydra.nixos.org/build/249146359 :
In function 'array_count',
inlined from 'irc_line_free' at line.c:220:18:
util.h:206:17: error: null pointer dereference [-Werror=null-dereference]
206 | return a->elemc;
| ~^~~~~~~
Instead of disabling another warning let's drop blanket `-Werror`.
While at it enabled parallel builds by default.
2024-02-18 10:45:40 +00:00
Fabian Affolter
3c3d968c68
halloy: 2023.5 -> 2024.1
...
Diff: https://github.com/squidowl/halloy/compare/refs/tags/2023.5...2024.1
Changelog: https://github.com/squidowl/halloy/blob/2024.1/CHANGELOG.md
2024-02-13 14:26:20 +01:00
R. Ryantm
36413a321b
hexchat: 2.16.1 -> 2.16.2
2024-02-08 04:51:56 +00:00
a-kenji
8f096454c3
halloy: set meta.mainProgram
2024-02-07 12:01:20 +01:00
Sergei Trofimovich
63d379b04b
weechat-unwrapped: 4.2.0 -> 4.2.1
...
Changes: https://weechat.org/files/releasenotes/ReleaseNotes-devel.html#v4.2.1
2024-01-23 10:23:34 +00:00
Naïm Favier
0f9615ef9e
weechat-unwrapped: 4.1.3 -> 4.2.0
...
https://github.com/weechat/weechat/releases/tag/v4.2.0
2024-01-21 11:09:32 +01:00
Naïm Favier
46fa7b9abe
Merge pull request #282431 from trofi/weechat-unwrapped-update
...
weechat-unwrapped: 4.1.2 -> 4.1.3
2024-01-21 11:02:37 +01:00
Weijia Wang
aea0620a3a
Merge pull request #278431 from r-ryantm/auto-update/weechatScripts.weechat-notify-send
...
weechatScripts.weechat-notify-send: 0.9 -> 0.10
2024-01-21 01:18:05 +01:00
Sergei Trofimovich
eb9a982f97
weechat-unwrapped: 4.1.2 -> 4.1.3
...
Changes: https://weechat.org/files/doc/weechat/ReleaseNotes-4.1.3.html
2024-01-20 22:46:43 +00:00
Martin Weinelt
2a71ef0387
Merge pull request #281311 from r-ryantm/auto-update/ircdog
...
ircdog: 0.5.1 -> 0.5.2
2024-01-16 14:57:15 +01:00
R. Ryantm
9344875c7c
ircdog: 0.5.1 -> 0.5.2
2024-01-16 11:15:27 +00:00
Adam Stephens
50e881c500
senpai: 0.2.0 -> 0.3.0
...
Changelog: https://git.sr.ht/~delthas/senpai/refs/v0.3.0
2024-01-15 14:33:31 -05:00
Weijia Wang
e827537e9b
Merge pull request #271248 from Aleksanaa/bip
...
bip: 0.8.9 -> 0.9.3
2024-01-05 23:43:20 +01:00
R. Ryantm
4859639097
weechatScripts.weechat-notify-send: 0.9 -> 0.10
2024-01-03 06:38:13 +00:00
Mario Rodas
4d5a99b3df
tiny: 0.11.0 -> 0.12.0
...
Diff: https://github.com/osa1/tiny/compare/v0.11.0...v0.12.0
Changelog: https://github.com/osa1/tiny/blob/v0.12.0/CHANGELOG.md
2024-01-02 04:20:00 +00:00
Sergei Trofimovich
43029b506f
weechat-unwrapped: 4.1.1 -> 4.1.2
...
Changes: https://weechat.org/files/doc/weechat/ChangeLog-4.1.2.html
2023-12-04 11:36:18 +00:00
aleksana
3938d5b1de
bip: 0.8.9 -> 0.9.3
2023-12-01 13:10:35 +08:00
Felix Buehler
5527c1cf75
thelounge: migrate to prefetch-yarn-deps
2023-11-22 23:16:56 +01:00