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 -fDNS
-fProduction -fProduction
-fTDFA"; -fTDFA";
installPhase = '' preConfigure = ''
export HOME="$NIX_BUILD_TOP/tmp" export HOME="$NIX_BUILD_TOP/tmp"
mkdir "$HOME" mkdir "$HOME"
./Setup install
''; '';
installPhase = "./Setup install";
checkPhase = '' checkPhase = ''
cp dist/build/git-annex/git-annex git-annex cp dist/build/git-annex/git-annex git-annex
./git-annex test ./git-annex test