summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-12-03 19:05:25 -0400
committerJoey Hess2014-12-03 19:05:25 -0400
commita380ea8390984afa28c2956fc9a6e011a1b93763 (patch)
tree9b66ad703399d4aea74cf412e384645cd5989a61 /src
parent4e98740cbfbe44b699bdef60318d37a4ebb56e1e (diff)
parent16cd9d8235d13946003d28644dafa0164a55a761 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
-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 0208dea6..bf87b210 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -76,7 +76,7 @@ buildDepsNoHaskellLibs = Apt.installed
"debhelper", "ghc", "curl", "openssh-client", "git-remote-gcrypt",
"liblockfile-simple-perl", "cabal-install", "vim", "less",
-- needed by haskell libs
- "libxml2-dev", "libidn11-dev", "libgsasl7-dev", "libgnutls-dev",
+ "libxml2-dev", "libidn11-dev", "libgsasl7-dev", "libgnutls28-dev",
"alex", "happy", "c2hs"
]