diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-13 15:05:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-13 15:05:18 -0400 |
| commit | 6673b6014fdc04976b5bbd95187b28dcbf1a7e19 (patch) | |
| tree | bfbc064fa328448cc400e8a0d0386f9b80afe5a2 | |
| parent | 4182cae2351e1251bdb22eeb63a4402bc51cc2de (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 056578a1..20ba7844 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -65,6 +65,7 @@ tree buildarch = combineProperties "gitannexbuilder tree" buildDepsApt :: Property buildDepsApt = combineProperties "gitannexbuilder build deps" [ Apt.buildDep ["git-annex"] + , Apt.installed ["liblockfile-simple-perl"] , buildDepsNoHaskellLibs , "git-annex source build deps installed" ==> Apt.buildDepIn builddir ] |
