diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 20:24:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 20:24:44 -0400 |
| commit | c4f76e4fdfb5abf97cf0d4ece0246f1543e5777a (patch) | |
| tree | 55da651bba2434c55a1755e7aeddc54456558445 | |
| parent | 2b7556fe3afe7bed1346bef91c7669fbb7078975 (diff) | |
temp workaround
| -rw-r--r-- | Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 3 |
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 |
