check-meta: Use concatStrings

+1 -2
+1 -2
pkgs/stdenv/generic/check-meta.nix
··· 96 '' 97 98 Known issues: 99 - 100 - '' + (lib.fold (issue: default: "${default} - ${issue}\n") "" attrs.meta.knownVulnerabilities) + '' 101 102 You can install it anyway by whitelisting this package, using the 103 following methods:
··· 96 '' 97 98 Known issues: 99 + '' + (lib.concatStrings (map (issue: " - ${issue}\n") attrs.meta.knownVulnerabilities)) + '' 100 101 You can install it anyway by whitelisting this package, using the 102 following methods: