git-annex: fix build some more

This commit is contained in:
Peter Simons 2013-12-14 22:05:17 +01:00
parent e706edb8ee
commit 903e36a74c

View file

@ -44,7 +44,10 @@ cabal.mkDerivation (self: {
-fTDFA";
preConfigure = "patchShebangs .";
installPhase = "./Setup install";
checkPhase = ":";
checkPhase = ''
export HOME="$NIX_BUILD_TOP/tmp"
mkdir "$HOME"
'';
meta = {
homepage = "http://git-annex.branchable.com/";
description = "manage files with git, without checking their contents into git";