cctools: don’t depend on clang at runtime
--disable-clang-as flag disables the use of clang by cctools-port
This commit is contained in:
@@ -60,7 +60,6 @@ in lib.init bootStages ++ [
|
||||
++ lib.optionals
|
||||
(hostPlatform.isLinux && !buildPlatform.isLinux)
|
||||
[ buildPackages.patchelf buildPackages.paxctl ]
|
||||
++ lib.optional hostPlatform.isDarwin buildPackages.clang
|
||||
++ lib.optional
|
||||
(let f = p: !p.isx86 || p.libc == "musl"; in f hostPlatform && !(f buildPlatform))
|
||||
buildPackages.updateAutotoolsGnuConfigScriptsHook
|
||||
|
||||
Reference in New Issue
Block a user