temp workaround
This commit is contained in:
parent
2b7556fe3a
commit
c4f76e4fdf
|
@ -19,7 +19,8 @@ builder arch crontimes = combineProperties "gitannexbuilder"
|
||||||
[ Apt.stdSourcesList Unstable
|
[ Apt.stdSourcesList Unstable
|
||||||
, Apt.buildDep ["git-annex"]
|
, Apt.buildDep ["git-annex"]
|
||||||
, Apt.installed ["git", "rsync", "moreutils", "ca-certificates",
|
, 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"]
|
, serviceRunning "cron" `requires` Apt.installed ["cron"]
|
||||||
, User.accountFor builduser
|
, User.accountFor builduser
|
||||||
, check (lacksdir builddir) $ userScriptProperty builduser
|
, check (lacksdir builddir) $ userScriptProperty builduser
|
||||||
|
|
Loading…
Reference in New Issue