summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-14 14:43:55 -0400
committerJoey Hess2014-04-14 14:43:55 -0400
commit5775643fc0b6da8e58adac49524f82044368c7d6 (patch)
treeff16134a8db5ec722f82fc2f72ce786c51c5f537 /Propellor/Property
parent6808fe60e1ad7593455d477ff456d8dbfbe75331 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-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"