git-annex: fix build some more
This commit is contained in:
parent
e706edb8ee
commit
903e36a74c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user