···1414 bootBintoolsNoLibc ? if stdenv.targetPlatform.linker == "lld" then null else pkgs.bintoolsNoLibc,
1515 bootBintools ? if stdenv.targetPlatform.linker == "lld" then null else pkgs.bintools,
1616 llvmVersions ? { },
1717+ patchesFn ? lib.id,
1718 # Allows passthrough to packages via newScope in ./common/default.nix.
1819 # This makes it possible to do
1920 # `(llvmPackages.override { <someLlvmDependency> = bar; }).clang` and get
···7475 gitRelease
7576 monorepoSrc
7677 version
7878+ patchesFn
7779 ;
7880 }
7981 // packageSetArgs # Allow overrides.