Revert "kc705-tests: try to use installPhase instead"

This reverts commit 16fc05959f.
pull/16/head
Sebastien Bourdeauducq 2019-03-14 17:52:44 +08:00
parent c9003fb702
commit 2829b74b48
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ in
artiqpkgs.openocd artiqpkgs.openocd
pkgs.iputils pkgs.iputils
]; ];
phases = [ "installPhase" ]; phases = [ "buildPhase" ];
installPhase = buildPhase =
'' ''
whoami whoami
export HOME=`mktemp -d` export HOME=`mktemp -d`