summaryrefslogtreecommitdiff
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, 5 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index 87232ebec..3c53f06fb 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -45,6 +45,11 @@ bundledPrograms = catMaybes
, SysConfig.sha512
, SysConfig.sha224
, SysConfig.sha384
+#ifdef linux_HOST_OS
+ -- used to unpack the tarball when upgrading
+ , 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
]