summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 20:24:44 -0400
committerJoey Hess2014-04-01 20:24:44 -0400
commitc4f76e4fdfb5abf97cf0d4ece0246f1543e5777a (patch)
tree55da651bba2434c55a1755e7aeddc54456558445 /Propellor/Property
parent2b7556fe3afe7bed1346bef91c7669fbb7078975 (diff)
temp workaround
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/GitAnnexBuilder.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 345c13c3..cf30ba36 100644
--- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -19,7 +19,8 @@ builder arch crontimes = combineProperties "gitannexbuilder"
[ Apt.stdSourcesList Unstable
, Apt.buildDep ["git-annex"]
, Apt.installed ["git", "rsync", "moreutils", "ca-certificates",
- "liblockfile-simple-perl", "cabal-install", "vim", "less"]
+ "liblockfile-simple-perl", "cabal-install", "vim", "less",
+ "libghc-fdo-notify-dev"]
, serviceRunning "cron" `requires` Apt.installed ["cron"]
, User.accountFor builduser
, check (lacksdir builddir) $ userScriptProperty builduser