propellor spin

This commit is contained in:
Joey Hess 2014-10-13 15:05:18 -04:00
parent 4182cae235
commit 6673b6014f
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

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