···53, enableLTO ? stdenv.is64bit && stdenv.isLinux
54, reproducibleBuild ? false
55, pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}"
056} @ inputs:
5758# Note: this package is used for bootstrapping fetchurl, and thus
···252 # ctypes.util.find_library during the loading of the uuid module
253 # (since it will do a futile invocation of gcc (!) to find
254 # libuuid, slowing down program startup a lot).
255- (./. + "/${sourceVersion.major}.${sourceVersion.minor}/no-ldconfig.patch")
256 # Make sure that the virtualenv activation scripts are
257 # owner-writable, so venvs can be recreated without permission
258 # errors.
···53, enableLTO ? stdenv.is64bit && stdenv.isLinux
54, reproducibleBuild ? false
55, pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}"
56+, noldconfigPatch ? ./. + "/${sourceVersion.major}.${sourceVersion.minor}/no-ldconfig.patch"
57} @ inputs:
5859# Note: this package is used for bootstrapping fetchurl, and thus
···253 # ctypes.util.find_library during the loading of the uuid module
254 # (since it will do a futile invocation of gcc (!) to find
255 # libuuid, slowing down program startup a lot).
256+ noldconfigPatch
257 # Make sure that the virtualenv activation scripts are
258 # owner-writable, so venvs can be recreated without permission
259 # errors.