diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:44:45 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:44:45 -0400 |
| commit | de106741ece5cb2fcf206bd7537b88266d2d38c5 (patch) | |
| tree | 26ce97dd366c2f25d3a334930f846a37dcb42016 /Propellor | |
| parent | 5775643fc0b6da8e58adac49524f82044368c7d6 (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 847bd8b9..c3ddc116 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -197,7 +197,10 @@ twitRss = combineProperties "twitter rss" [ "cd " ++ dir , "ghc --make twitRss" ] - `requires` Apt.installed ["libghc-xml-dev"] + `requires` Apt.installed + [ "libghc-xml-dev" + , "libghc-feed-dev" + ] ] where dir = "/srv/web/tmp.kitenet.net/twitrss" |
