···5353, enableLTO ? stdenv.is64bit && stdenv.isLinux
5454, reproducibleBuild ? false
5555, pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}"
5656+, noldconfigPatch ? ./. + "/${sourceVersion.major}.${sourceVersion.minor}/no-ldconfig.patch"
5657} @ inputs:
57585859# Note: this package is used for bootstrapping fetchurl, and thus
···252253 # ctypes.util.find_library during the loading of the uuid module
253254 # (since it will do a futile invocation of gcc (!) to find
254255 # libuuid, slowing down program startup a lot).
255255- (./. + "/${sourceVersion.major}.${sourceVersion.minor}/no-ldconfig.patch")
256256+ noldconfigPatch
256257 # Make sure that the virtualenv activation scripts are
257258 # owner-writable, so venvs can be recreated without permission
258259 # errors.