107 Commits

Author SHA1 Message Date
quantenzitrone
62efab0dad wxwidgets_3_{1,2}: rename from wxGTK3{1,2}
fit attrname to pname
2026-02-27 10:56:33 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Emily
2daf3ee110 spring: drop
Broken since 2021, with a brief reprieve of three months where it
wasn’t broken around the start of 2023 thanks to a drive‐by
Python 2 tree‐wide.
2025-09-16 21:58:55 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Domen Kožar
19b476ebef various: remove domenkozar from maintainers (#415576) 2025-06-11 10:14:54 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +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
Atemu
f8264a5b1e tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
2023-03-13 16:43:06 -06:00
Thiago Kenji Okada
cde03e6679 spring: 105.0.1-1486-g8581792 -> 106.0 2022-12-09 17:42:09 +00:00
Weijia Wang
16b756939b springLobby: 0.270 -> 0.273 2022-12-01 12:44:34 +01:00
Weijia Wang
faa599ced6 springLobby: reformat 2022-11-09 00:59:15 +01:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Sandro Jäckel
cbfc50722f maintainers: drop phreedom 2021-12-19 07:30:50 +01:00
zeri42
ec17a78912 spring: 104.0.1 -> 105.0.1 2021-08-21 00:26:06 +02:00
Sandro Jäckel
3453b89f4b lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro Jäckel
28fd5b36ea spring: mark broken 2021-03-17 22:55:07 +01:00
Ben Siraphob
bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08:00
Ben Siraphob
2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob
d55a9e23b6 spring: refactor 2021-01-01 00:20:18 +07:00
Milan Pässler
a333985d59 libtorrentRasterbar: rename to libtorrent-rasterbar
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20 20:51:28 +01:00
Bob van der Linden
8dee03f40d springlobby: move build tools to nativeBuildInputs 2020-10-26 22:33:58 +01:00
Bob van der Linden
b3b40bc7d0 springlobby: patch libcurl cmake configuration 2020-10-26 22:33:13 +01:00
R. RyanTM
63bba7986a springLobby: 0.269 -> 0.270 2020-07-07 14:18:31 +00:00
Richard Marko
ee912d3c3f spring: 104.0.1-1485-g1765770 -> 104.0.1-1486-gf266c81 2020-04-13 20:27:25 +02:00
Richard Marko
e48fc225c3 spring: 104.0.1-1482-gc4e1654 -> 104.0.1-1485-g1765770 2020-04-13 15:53:34 +02:00
Domen Kožar
aae0cc8a6e Merge pull request #85019 from sorki/spring
spring: 104.0.1-1480-gc9377ac -> 104.0.1-1482-gc4e1654
2020-04-11 20:31:43 +02:00
Richard Marko
84d39a3c2f spring: 104.0.1-1480-gc9377ac -> 104.0.1-1482-gc4e1654 2020-04-11 20:08:53 +02:00
Domen Kožar
ce419005bb Merge pull request #84990 from sorki/spring
spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac
2020-04-11 14:58:35 +02:00
Richard Marko
9b8ee09a7c spring: add sorki to maintainers 2020-04-11 14:27:47 +02:00
Richard Marko
bd20b4d4c7 spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac 2020-04-11 14:27:47 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Domen Kožar
c2cedac28c spring: 104.0.1-1476-g0737b41 -> 104.0.1-1477-g8ecf38a 2020-04-07 20:59:11 +02:00
Domen Kožar
77a062fe47 spring: 104.0.1-1466-g9ee29da -> 104.0.1-1474-g69b06d0 2020-03-28 18:52:49 +01:00
Domen Kožar
1ff9d94f38 spring: it works! 2020-03-21 18:18:44 +01:00
Domen Kožar
a64f6187d4 spring{,Lobby}: make it build, still tells me unsynced though 2020-03-20 23:37:43 +01:00
Patrick Hilhorst
593e11fd94 treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
adisbladis
c9d8624ccd treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Linus Heckemann
5aa4b19946 treewide: mark some broken packages as broken
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Herman Fries
42cfe57245 springLobby: Fix TLS problems on downloads 2019-01-19 01:24:00 +01:00
R. RyanTM
d25ce11fbc springLobby: 0.264 -> 0.267 (#46948)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/springlobby/versions
2018-10-02 00:03:09 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
R. RyanTM
492f1649f8 springLobby: 0.255 -> 0.264 (#41508)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/springlobby/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264/bin/springlobby had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264/bin/.springlobby-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.264 with grep in /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264
- directory tree listing: https://gist.github.com/4d077ab682c9643337f22bf2bd75f51c
- du listing: https://gist.github.com/f215b8788c2ea5ebb286f3dddc34fdf9
2018-06-09 23:37:07 +02:00
Herman Fries
34c116ab12 spring: 103.0 -> 104.0 2018-05-27 22:42:19 +02:00
Herman Fries
29950fe57b spring: Fix stdlib.h: No such file or directory
include_next fatal error: stdlib.h: No such file or directory
The fix is the same as here and works:
https://github.com/NixOS/nixpkgs/pull/28748

It seams to have to do with header paths.
2018-05-27 22:24:10 +02:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00