python313.pkgs.installer: Fix build

Python 3.13 removed `importlib.resources.read_binary` breaking the build of `installer` package.
This commit is contained in:
Jan Tojnar
2024-02-10 16:59:37 +01:00
parent f8e2ebd66d
commit ac83abceb5
3 changed files with 63 additions and 2 deletions
@@ -7,7 +7,7 @@
stdenv.mkDerivation {
pname = "${python.libPrefix}-bootstrap-${installer.pname}";
inherit (installer) version src meta;
inherit (installer) version src patches meta;
buildPhase = ''
runHook preBuild