summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
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"