From 5775643fc0b6da8e58adac49524f82044368c7d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Apr 2014 14:43:55 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/JoeySites.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 5a2e1644..847bd8b9 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" -- cgit v1.2.3