git-annex: fix build some more
This commit is contained in:
parent
e706edb8ee
commit
903e36a74c
|
@ -44,7 +44,10 @@ cabal.mkDerivation (self: {
|
||||||
-fTDFA";
|
-fTDFA";
|
||||||
preConfigure = "patchShebangs .";
|
preConfigure = "patchShebangs .";
|
||||||
installPhase = "./Setup install";
|
installPhase = "./Setup install";
|
||||||
checkPhase = ":";
|
checkPhase = ''
|
||||||
|
export HOME="$NIX_BUILD_TOP/tmp"
|
||||||
|
mkdir "$HOME"
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://git-annex.branchable.com/";
|
homepage = "http://git-annex.branchable.com/";
|
||||||
description = "manage files with git, without checking their contents into git";
|
description = "manage files with git, without checking their contents into git";
|
||||||
|
|
Loading…
Reference in New Issue