···6161 # --whole-archive linker flag is required to be sure that linker
6262 # correctly chooses strong version of symbol regardless of order of
6363 # object files at command line.
6464- + stdenv.lib.optionalString stdenv.targetPlatform.isStatic ''
6464+ + lib.optionalString stdenv.targetPlatform.isStatic ''
6565 export LDFLAGS=-Wl,--whole-archive
6666 '';
6767 meta = {