python313.pkgs.installer: Fix build
Python 3.13 removed `importlib.resources.read_binary` breaking the build of `installer` package.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user