summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2016-10-04 18:42:54 -0400
committerJoey Hess2016-10-04 18:42:54 -0400
commit1097ba8aaa7baa0bd97816596d839ac47835879d (patch)
treeadf4ede9595e193eafbf25ed067b5f98fb2ad784 /src/Propellor
parenteca5449032c2ba2a399855bbcb5e59093c5943ec (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 90c9c7bf..d40964b3 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -80,7 +80,7 @@ buildDepsNoHaskellLibs :: Property DebianLike
buildDepsNoHaskellLibs = Apt.installed
["git", "rsync", "moreutils", "ca-certificates",
"debhelper", "ghc", "curl", "openssh-client", "git-remote-gcrypt",
- "liblockfile-simple-perl", "cabal-install", "vim", "less",
+ "liblockfile-simple-perl", "locales", "cabal-install", "vim", "less",
-- needed by haskell libs
"libxml2-dev", "libidn11-dev", "libgsasl7-dev", "libgnutls28-dev",
"libmagic-dev", "alex", "happy", "c2hs"