summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-03 19:05:18 -0400
committerJoey Hess2014-12-03 19:05:36 -0400
commitf78c2f16d1c93ee6fe2620916b7584d91d116723 (patch)
treefb49cff6081fe93e88b3dd917bd8c714c05392a9 /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
parent7052986d09372dfc2f3c7026a9d4de494b6b1dd2 (diff)
update name of libgnutls dev package
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-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"
]