git-annex: try to fix test suite

This commit is contained in:
Peter Simons 2014-01-03 14:45:00 +01:00
parent ca6c043312
commit c70c8a7158

View file

@ -42,11 +42,11 @@ cabal.mkDerivation (self: {
-fDNS
-fProduction
-fTDFA";
installPhase = ''
preConfigure = ''
export HOME="$NIX_BUILD_TOP/tmp"
mkdir "$HOME"
./Setup install
'';
installPhase = "./Setup install";
checkPhase = ''
cp dist/build/git-annex/git-annex git-annex
./git-annex test