diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-03 19:05:25 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-03 19:05:25 -0400 |
| commit | a380ea8390984afa28c2956fc9a6e011a1b93763 (patch) | |
| tree | 9b66ad703399d4aea74cf412e384645cd5989a61 /src | |
| parent | 4e98740cbfbe44b699bdef60318d37a4ebb56e1e (diff) | |
| parent | 16cd9d8235d13946003d28644dafa0164a55a761 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
| -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" ] |
