Commit Graph

767 Commits

Author SHA1 Message Date
Emily
3b91a81423
treewide: remove redundant patches and locks (#354215) 2024-11-09 12:57:37 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
aleksana
b74fdd2386 treewide: remove redundant patches and locks
These files are no longer referenced.
2024-11-08 12:54:15 +08:00
Paul Meyer
fe21dd5ab5
weechat 4.4.2 -> 4.4.3 (#352360) 2024-11-04 09:12:04 +01:00
R. Ryantm
90f551609f srain: 1.7.0 -> 1.8.0 2024-11-03 01:28:07 +00:00
Alexis Hildebrandt
05167f6ee7 weechat 4.4.2 -> 4.4.3 2024-10-30 13:03:21 +01:00
wxt
1b2eb552be epic: move to by-name 2024-10-22 07:28:48 +08:00
wxt
c51b9a630f epic: run nixfmt 2024-10-22 07:28:48 +08: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
Mikkel Jeppesen
d87b06135e
Update pkgs/applications/networking/irc/thelounge/default.nix
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-09-25 22:17:01 +02:00
Mikkel Jeppesen
beeae88591
Fixed hash 2024-09-25 21:47:03 +02:00
Mikkel Jeppesen
c189a699aa
thelounge: 4.4.1 -> 4.4.3
Co-authored-by: Eman Resu <78693624+quatquatt@users.noreply.github.com>

Changelog: https://github.com/thelounge/thelounge/releases/tag/v4.4.3
2024-09-25 21:46:50 +02: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
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
R. RyanTM
395d3350e4
ircdog: 0.5.4 -> 0.5.5 (#342181)
https://github.com/ergochat/ircdog/releases/tag/v0.5.5
2024-09-16 03:42:22 +02: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
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02: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
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
R. Ryantm
141c8c9ad5 weechat-unwrapped: 4.3.4 -> 4.3.5 2024-07-17 03:04:21 +00:00
R. Ryantm
467e1d1dac ircdog: 0.5.3 -> 0.5.4 2024-07-14 13:09:22 +00:00
superherointj
e65e3ed783 hexchat: move from top-level to by-name 2024-07-08 18:22:13 -03:00
superherointj
612b0a44fe hexchat: order by phases 2024-07-08 18:17:44 -03:00
superherointj
9f06069d5d hexchat: order by alphabet 2024-07-08 18:17:06 -03:00
superherointj
f486e27db3 hexchat: removed nested with 2024-07-08 18:12:51 -03:00
superherointj
bef1fc470a hexchat: nixfmt 2024-07-08 18:12:25 -03:00
superherointj
0fb320968c hexchat: replace sha256 with hash 2024-07-08 18:11:48 -03:00
superherointj
f9a3561dea hexchat: fix build 2024-07-08 18:11:31 -03: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
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +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
github-actions[bot]
e807ccccb1
Merge master into staging-next 2024-06-08 18:01:00 +00:00
Alexis Hildebrandt
0e1d97a663 weechat: 4.3.1 -> 4.3.2 2024-06-07 06:33:01 +02:00
github-actions[bot]
c0b9a61616
Merge master into staging-next 2024-05-31 18:01:21 +00:00
Alexis Hildebrandt
0e270c5e4b weechat: 4.3.0 -> 4.3.1 2024-05-31 15:05:35 +02:00
github-actions[bot]
a21afc1d92
Merge staging-next into staging 2024-05-29 12:01:33 +00: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