Commit Graph

246 Commits

Author SHA1 Message Date
Alexis Hildebrandt
05167f6ee7 weechat 4.4.2 -> 4.4.3 2024-10-30 13:03:21 +01:00
Florian Klink
c4a7d64a87 weechatScripts.wee-slack: 2.10.2 -> 2.11.0
The can now drop the fetchpatch, as that fix landed in 2.11.0.
2024-10-11 18:38:56 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Ashish SHUKLA
3d200d2891
weechat: 4.4.1 -> 4.4.2
Changes: https://github.com/weechat/weechat/releases/tag/v4.4.2
2024-09-08 16:24:30 +05:30
Emily
343ad0ee4a python3Packages.matrix-nio: add withOlm flag 2024-08-26 15:54:04 +01:00
Ashish SHUKLA
f184c8ff2b
weechat: 4.4.0 -> 4.4.1
Changes: https://github.com/weechat/weechat/releases/tag/v4.4.1
2024-08-20 08:55:39 +05:30
Ashish SHUKLA
4b1522276d
weechat: 4.3.6 -> 4.4.0
Changes: https://github.com/weechat/weechat/releases/tag/v4.4.0
2024-08-20 08:52:58 +05:30
Philip Taron
19b0d70181
weechat: remove with statements 2024-08-18 06:31:13 -07:00
Ashish SHUKLA
5a2db75587
weechat-unwrapped: 4.3.5 -> 4.3.6
https://github.com/weechat/weechat/releases/tag/v4.3.6
2024-08-15 15:18:42 +00:00
Florian Klink
fcf94be0b0 weechatScripts.wee-slack: apply fix for wee-slack/wee-slack#930
Fixes #331131.
2024-08-05 18:42:09 +03:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
R. Ryantm
141c8c9ad5 weechat-unwrapped: 4.3.4 -> 4.3.5 2024-07-17 03:04:21 +00:00
R. Ryantm
5ee2eaf720 weechat-unwrapped: 4.3.3 -> 4.3.4 2024-07-04 04:21:18 +00:00
Alexis Hildebrandt
65c94bc0ba weechat: 4.3.2 -> 4.3.3
Release notes: https://github.com/weechat/weechat/releases/tag/v4.3.3
2024-06-22 19:57:44 +02:00
Emily
4b1d39d935 treewide: remove myself from packages I don’t use
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
2024-06-15 16:53:23 +01:00
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
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
Alexis Hildebrandt
f07ac5de2e weechat: 4.2.1 -> 4.2.2 2024-04-07 20:12:32 +02:00
R. Ryantm
fcfa674276 weechatScripts.wee-slack: 2.10.1 -> 2.10.2 2024-02-24 13:19:35 +00: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
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
R. Ryantm
4859639097 weechatScripts.weechat-notify-send: 0.9 -> 0.10 2024-01-03 06:38:13 +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
Alexis Hildebrandt
046fd15dbe weechat: 4.1.0 -> 4.1.1 2023-10-27 10:51:00 +02:00
Naïm Favier
187acf4524
Merge pull request #261174 from ncfavier/weechat
weechat: 4.0.5 -> 4.1.0
2023-10-24 11:30:17 +02:00
Naïm Favier
d8ded7f742
weechat: 4.0.5 -> 4.1.0
https://github.com/weechat/weechat/releases/tag/v4.1.0
2023-10-24 00:18:21 +02:00
Rob
a37d70e902 weechatScripts.weechat-matrix: Fix compatibility with matrix-nio 0.21
weechat-matrix script crashes at load time due to changes in matrix-nio.
Patching 'matrix/config.py' from this commit fixes it:
feae9fda26
2023-10-22 19:49:01 +00:00
WilliButz
99ff0167ad
Merge pull request #256871 from Mic92/wee-slack
weechatScripts.wee-slack: 2.10.0 -> 2.10.1
2023-09-25 12:42:55 +02:00
Naïm Favier
c871ff7e15 weechat: 4.0.4 -> 4.0.5
https://github.com/weechat/weechat/releases/tag/v4.0.5
2023-09-24 13:10:59 +02:00
Jörg Thalheim
d9c08b4568 weechatScripts.wee-slack: 2.10.0 -> 2.10.1
Diff: https://github.com/wee-slack/wee-slack/compare/v2.10.0...v2.10.1
2023-09-23 12:57:04 +02:00
Jörg Thalheim
0ca2129100 weechatScripts.wee-slack: 2.9.1 -> 2.10.0
Diff: https://github.com/wee-slack/wee-slack/compare/v2.9.1...v2.10.0
2023-08-25 09:21:38 +02:00
Naïm Favier
c5e6c8adc4
weechat-unwrapped: 4.0.3 -> 4.0.4
https://github.com/weechat/weechat/releases/tag/v4.0.4
2023-08-22 12:05:52 +02:00
arcnmx
b4bf3a54f2 weechat-unwrapped: patch for perl 5.38 locale issues 2023-08-21 13:34:31 -07:00
Naïm Favier
ed7af88fb7
weechat: 4.0.2 -> 4.0.3
https://github.com/weechat/weechat/releases/tag/v4.0.3
2023-08-08 22:23:51 +02:00
Anselm Schüler
2107f93efc
weechat: set mainProgram 2023-08-01 00:08:13 +02:00
Jörg Thalheim
34601f69c9
Merge pull request #242645 from Mic92/multiline
weechatScripts.multiline: 0.6.3 -> 0.6.4
2023-07-14 08:20:11 +01:00
Alexis Hildebrandt
a2a5ea13c7 weechat: 4.0.1 -> 4.0.2 2023-07-12 21:27:08 +02:00
Jörg Thalheim
6d6e7bcfc7 weechatScripts.multiline: 0.6.3 -> 0.6.4 2023-07-10 15:39:24 +02:00
Naïm Favier
68b3d32250
Merge pull request #240788 from ncfavier/weechat
weechat-unwrapped: 4.0.0 -> 4.0.1
2023-06-30 22:42:15 +02:00
Naïm Favier
975085dc4e
weechat-unwrapped: 4.0.0 -> 4.0.1
https://github.com/weechat/weechat/releases/tag/v4.0.1
2023-06-30 21:37:39 +02:00
Naïm Favier
bce7225aa9
weechat-unwrapped: fix build with missing features
All plugins are required to build documentation.
   If you really want to build incomplete docs, enable this option:
     -DENABLE_DOC_INCOMPLETE=ON
2023-06-26 11:17:54 +02:00