mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-21 15:20:36 +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.
(cherry picked from commit c8dd834189)