diff options
Diffstat (limited to 'Build/BundledPrograms.hs')
-rw-r--r-- | Build/BundledPrograms.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index ae4beedf7..9a50778d4 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -40,6 +40,8 @@ bundledPrograms = catMaybes , SysConfig.sha512 , SysConfig.sha224 , SysConfig.sha384 + -- ionice is not included in the bundle; we rely on the system's + -- own version, which may better match its kernel ] where ifset True s = Just s |