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
pkgs.iputils
];
phases = [ "installPhase" ];
installPhase =
phases = [ "buildPhase" ];
buildPhase =
''
whoami
export HOME=`mktemp -d`