summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic/check-meta.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-02-10 23:47:05 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-02-11 00:17:47 +0200
commita6fd03876efad098006392ae0adebb11077d35aa (patch)
tree0a72dd1cd272325266563f44968b6676abebbc9b /pkgs/stdenv/generic/check-meta.nix
parent0ed5ba8a64337e5a0ae09317dd8522a759407a73 (diff)
check-meta: Use concatStrings
Diffstat (limited to 'pkgs/stdenv/generic/check-meta.nix')
-rw-r--r--pkgs/stdenv/generic/check-meta.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/stdenv/generic/check-meta.nix b/pkgs/stdenv/generic/check-meta.nix
index 745ad14bc08b..dc5e79fcd4f2 100644
--- a/pkgs/stdenv/generic/check-meta.nix
+++ b/pkgs/stdenv/generic/check-meta.nix
@@ -96,8 +96,7 @@ let
''
Known issues:
-
- '' + (lib.fold (issue: default: "${default} - ${issue}\n") "" attrs.meta.knownVulnerabilities) + ''
+ '' + (lib.concatStrings (map (issue: " - ${issue}\n") attrs.meta.knownVulnerabilities)) + ''
You can install it anyway by whitelisting this package, using the
following methods: