mirror of https://github.com/m-labs/artiq.git
nix: revert accidentally committed local modification
This commit is contained in:
parent
ed030704d2
commit
edb12a6a5d
|
@ -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 =
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue