aboutsummaryrefslogtreecommitdiff
path: root/Build/BundledPrograms.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/BundledPrograms.hs')
-rw-r--r--Build/BundledPrograms.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index 3c53f06fb..e875c4e96 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -50,8 +50,9 @@ bundledPrograms = catMaybes
, Just "gunzip"
, Just "tar"
#endif
- -- nice and ionice are not included in the bundle; we rely on the
- -- system's own version, which may better match its kernel
+ -- nice, ionice, and nocache are not included in the bundle;
+ -- we rely on the system's own version, which may better match
+ -- its kernel, and avoid using them if not available.
]
where
ifset True s = Just s