···24, which
25, sysctl
26, buildLlvmTools
27+, updateAutotoolsGnuConfigScriptsHook
28, debugVersion ? false
29, doCheck ? !stdenv.hostPlatform.isAarch32 && (if lib.versionOlder release_version "15" then stdenv.hostPlatform.isLinux else true)
30 && (!stdenv.hostPlatform.isx86_32 /* TODO: why */) && (!stdenv.hostPlatform.isMusl)
···113 "shadowstack"
114 ];
115116+ nativeBuildInputs = [
117+ cmake
118+ # while this is not an autotools build, it still includes a config.guess
119+ # this is needed until scripts are updated to not use /usr/bin/uname on FreeBSD native
120+ updateAutotoolsGnuConfigScriptsHook
121+ ]
122 ++ (lib.optional (lib.versionAtLeast release_version "15") ninja)
123 ++ [ python ]
124 ++ optionals enableManpages [