git-annex: try to fix test suite
This commit is contained in:
parent
ca6c043312
commit
c70c8a7158
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user