temp workaround

This commit is contained in:
Joey Hess 2014-04-01 20:24:44 -04:00
parent 2b7556fe3a
commit c4f76e4fdf
1 changed files with 2 additions and 1 deletions

View File

@ -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