| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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>
| Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | 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.
| Emily | 2025-09-16 | 1 | -105/+0 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -24/+23 |
| * | various: remove domenkozar from maintainers (#415576) | Domen Kožar | 2025-06-11 | 2 | -2/+0 |
| * | 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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
--argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
result/bin/apply-formatting $NIXPKGS_PATH
| Silvan Mosberger | 2024-12-10 | 2 | -75/+103 |
| * | 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/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | tree-wide: mark broken packages as such•••Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
| Atemu | 2023-03-13 | 1 | -0/+1 |
| * | spring: 105.0.1-1486-g8581792 -> 106.0 | Thiago Kenji Okada | 2022-12-09 | 1 | -59/+42 |
| * | springLobby: 0.270 -> 0.273 | Weijia Wang | 2022-12-01 | 1 | -11/+6 |
| * | springLobby: reformat | Weijia Wang | 2022-11-09 | 2 | -22/+100 |
| * | treewide: remove meta.repositories•••there's no documentation for meta.repositories and its not widely used
| Artturin | 2022-03-24 | 1 | -1/+0 |
| * | maintainers: drop phreedom | Sandro Jäckel | 2021-12-19 | 2 | -2/+2 |
| * | spring: 104.0.1 -> 105.0.1 | zeri42 | 2021-08-21 | 1 | -5/+3 |
| * | lzma: deprecate alias | Sandro Jäckel | 2021-04-04 | 1 | -2/+2 |
| * | spring: mark broken | Sandro Jäckel | 2021-03-17 | 1 | -0/+2 |
| * | pkgs/games: pkg-config -> pkgconfig (2) | Ben Siraphob | 2021-01-16 | 1 | -2/+2 |
| * | pkgs/games: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -3/+3 |
| * | 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
| Profpatsch | 2021-01-11 | 2 | -4/+4 |
| * | treewide: remove enableParallelBuilding = true if using cmake | Ben Siraphob | 2021-01-03 | 1 | -2/+0 |
| * | spring: refactor | Ben Siraphob | 2021-01-01 | 1 | -8/+7 |
| * | libtorrentRasterbar: rename to libtorrent-rasterbar•••This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
| Milan Pässler | 2020-12-20 | 1 | -2/+2 |
| * | springlobby: move build tools to nativeBuildInputs | Bob van der Linden | 2020-10-26 | 1 | -3/+3 |
| * | springlobby: patch libcurl cmake configuration | Bob van der Linden | 2020-10-26 | 1 | -2/+9 |
| * | springLobby: 0.269 -> 0.270 | R. RyanTM | 2020-07-07 | 1 | -2/+2 |
| * | spring: 104.0.1-1485-g1765770 -> 104.0.1-1486-gf266c81 | Richard Marko | 2020-04-13 | 1 | -3/+3 |
| * | spring: 104.0.1-1482-gc4e1654 -> 104.0.1-1485-g1765770 | Richard Marko | 2020-04-13 | 1 | -3/+3 |
| * | Merge pull request #85019 from sorki/spring•••spring: 104.0.1-1480-gc9377ac -> 104.0.1-1482-gc4e1654 | Domen Kožar | 2020-04-11 | 1 | -3/+3 |
| |\ |
|
| | * | spring: 104.0.1-1480-gc9377ac -> 104.0.1-1482-gc4e1654 | Richard Marko | 2020-04-11 | 1 | -3/+3 |
| * | | Merge pull request #84990 from sorki/spring•••spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac | Domen Kožar | 2020-04-11 | 1 | -5/+5 |
| |\| |
|
| | * | spring: add sorki to maintainers | Richard Marko | 2020-04-11 | 1 | -1/+1 |
| | * | spring: 104.0.1-1477-g8ecf38a -> 104.0.1-1480-gc9377ac | Richard Marko | 2020-04-11 | 1 | -4/+4 |
| * | | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 2 | -3/+3 |
| |/ |
|
| * | spring: 104.0.1-1476-g0737b41 -> 104.0.1-1477-g8ecf38a | Domen Kožar | 2020-04-07 | 1 | -4/+8 |
| * | spring: 104.0.1-1466-g9ee29da -> 104.0.1-1474-g69b06d0 | Domen Kožar | 2020-03-28 | 1 | -3/+4 |
| * | spring: it works! | Domen Kožar | 2020-03-21 | 1 | -2/+2 |
| * | spring{,Lobby}: make it build, still tells me unsynced though | Domen Kožar | 2020-03-20 | 2 | -10/+15 |
| * | 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
```
| Patrick Hilhorst | 2020-01-22 | 1 | -1/+1 |
| * | treewide: Get rid of libGLU_combined | adisbladis | 2019-11-18 | 1 | -2/+2 |
| * | treewide: mark some broken packages as broken•••Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
| Linus Heckemann | 2019-10-08 | 1 | -0/+1 |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 2 | -2/+2 |
| * | springLobby: Fix TLS problems on downloads | Herman Fries | 2019-01-19 | 2 | -1/+12 |
| * | 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 | R. RyanTM | 2018-10-02 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 2 | -2/+2 |
| * | treewide: http -> https (#42665) | Ryan Mulligan | 2018-06-27 | 1 | -1/+1 |
| * | 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 | R. RyanTM | 2018-06-09 | 1 | -2/+2 |
| * | spring: 103.0 -> 104.0 | Herman Fries | 2018-05-27 | 1 | -2/+2 |
| * | 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.
| Herman Fries | 2018-05-27 | 1 | -3/+2 |
| * | treewide: transition mesa to libGLU_combined | Alexander V. Nikolaev | 2018-02-24 | 1 | -2/+2 |
| * | Merge branch 'master' into staging•••* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990)
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
| Orivej Desh | 2017-10-02 | 1 | -0/+1 |
| |\ |
|
| | * | treewide: mark a bunch of failing builds as broken•••(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
| Robin Gloster | 2017-10-01 | 1 | -0/+1 |