| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-08 | Merge remote-tracking branch 'origin/master' into staging | Dmitry Kalinkin | |
| Conflicts: pkgs/tools/networking/ofono/default.nix | |||
| 2023-12-07 | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter | adisbladis | |
| Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda | |||
| 2023-12-05 | treewide: fetchgit -> fetchzip (git.kernel.org) | Alyssa Ross | |
| fetchzip is more efficient, because it doesn't do a full git clone, so it should be preferred where possible. Where hashes have not been changed, I have verified that they don't need to be. Where hashes have changed, in all cases this is because of .gitattributes files that exclude certain files from the tarball, and in these cases I have verified that the packages still build. sbsigntool still uses fetchgit because it has a submodule, and ell and iwd still use fetchgit because git.kernel.org does not provide snapshot links for them. Apparently this is intentional. | |||
| 2023-03-03 | python3.pkgs: Migrate fetchers to use hash | Martin Weinelt | |
| when they already rely on SRI hashes. | |||
| 2021-06-22 | python3Packages.python-linux-procfs: init at 0.6.3 | Enno Richter | |
