From de106741ece5cb2fcf206bd7537b88266d2d38c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Apr 2014 14:44:45 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/JoeySites.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Propellor/Property/SiteSpecific') 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" -- cgit v1.2.3