Open Pandapip1 opened 15 hours ago
See https://github.com/NixOS/nixpkgs/actions/runs/11827734660/job/32956454563?pr=355629
Arguably multi-version libraries should still be added to pkgs/development/libraries until a solution can be found that's better than hard-to-maintain bunch of individual <packagename>_<version>/package.nix files.
pkgs/development/libraries
<packagename>_<version>/package.nix
Have you considered this recommendation for new packages with multiple versions?
I didn't see that. It would be great if nixpkgs-vet could point to that; I didn't even realize that by-name had a README!
See https://github.com/NixOS/nixpkgs/actions/runs/11827734660/job/32956454563?pr=355629
Arguably multi-version libraries should still be added to
pkgs/development/libraries
until a solution can be found that's better than hard-to-maintain bunch of individual<packagename>_<version>/package.nix
files.