···121 "uclibc"
122 else if final.isAndroid then
123 "bionic"
124- else if final.isLLVMLibc then
125- "llvm"
126 else if
127 final.isLinux # default
128 then
···248 # don't support dynamic linking, but don't get the `staticMarker`.
249 # `pkgsStatic` sets `isStatic=true`, so `pkgsStatic.hostPlatform` always
250 # has the `staticMarker`.
251- isStatic = final.isWasi || final.isRedox || final.isLLVMLibc;
252253 # Just a guess, based on `system`
254 inherit
···121 "uclibc"
122 else if final.isAndroid then
123 "bionic"
00124 else if
125 final.isLinux # default
126 then
···246 # don't support dynamic linking, but don't get the `staticMarker`.
247 # `pkgsStatic` sets `isStatic=true`, so `pkgsStatic.hostPlatform` always
248 # has the `staticMarker`.
249+ isStatic = final.isWasi || final.isRedox;
250251 # Just a guess, based on `system`
252 inherit