This commit is contained in:
Sebastien Bourdeauducq 2019-02-11 20:10:19 +08:00
parent 3a84790c44
commit 74c16e038e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ in pkgs.stdenv.mkDerivation {
phases = [ "buildPhase" "installPhase" ];
buildPhase =
''
${buildenv}/bin/artiq-dev -c "CARGO_HOME=${cargoVendored} python -m artiq.gateware.targets.${target} -V ${variant}
${buildenv}/bin/artiq-dev -c "CARGO_HOME=${cargoVendored} python -m artiq.gateware.targets.${target} -V ${variant}"
'';
installPhase =
''