diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:43:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:43:55 -0400 |
| commit | 5775643fc0b6da8e58adac49524f82044368c7d6 (patch) | |
| tree | ff16134a8db5ec722f82fc2f72ce786c51c5f537 | |
| parent | 6808fe60e1ad7593455d477ff456d8dbfbe75331 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
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" |
