diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-03 19:05:18 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-03 19:05:18 -0400 |
| commit | 16cd9d8235d13946003d28644dafa0164a55a761 (patch) | |
| tree | fb49cff6081fe93e88b3dd917bd8c714c05392a9 /src/Propellor | |
| parent | 7052986d09372dfc2f3c7026a9d4de494b6b1dd2 (diff) | |
update name of libgnutls dev package
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
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" ] |
