nix: revert accidentally committed local modification

pull/1273/head
Sebastien Bourdeauducq 2019-02-11 19:24:02 +08:00
parent ed030704d2
commit edb12a6a5d
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} --gateware-toolchain-path /home/sb/opt/Xilinx/Vivado"
${buildenv}/bin/artiq-dev -c "CARGO_HOME=${cargoVendored} python -m artiq.gateware.targets.${target} -V ${variant}
'';
installPhase =
''