summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 18:07:49 -0400
committerJoey Hess2014-04-01 18:07:49 -0400
commit2452a4425d4a1354c901dfa71d9b79d2dbea589f (patch)
treec98b7c847860e71bc4f40f86fb6150ef9aeb2999 /Propellor/Property
parent3ea5a38395346bb417456c1a994980ca090213e8 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index dedfc6d2..8ca65938 100644
--- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -19,7 +19,7 @@ builder arch crontimes = combineProperties "gitannexbuilder"
[ Apt.stdSourcesList Unstable
, Apt.buildDep ["git-annex"]
, Apt.installed ["git", "rsync", "moreutils",
- "liblockfile-simple-perl", "cabal"]
+ "liblockfile-simple-perl", "cabal-install"]
, serviceRunning "cron" `requires` Apt.installed ["cron"]
, User.accountFor builduser
, check (lacksdir builddir) $ userScriptProperty builduser