mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-19 00:26:09 +00:00
Python3.8 removes ``platform.linux_distribution()`` call, must use ``pythonPackages.distro`` to get same information. Closes #83305 Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458 Also formatting.