mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
git-annex: try to fix test suite
This commit is contained in:
parent
ca6c043312
commit
c70c8a7158
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue