diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 5a2e164..847bd8b 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -197,6 +197,7 @@ twitRss = combineProperties "twitter rss" [ "cd " ++ dir , "ghc --make twitRss" ] + `requires` Apt.installed ["libghc-xml-dev"] ] where dir = "/srv/web/tmp.kitenet.net/twitrss"