phaser: remove unnecessary patch

pull/23/head
Sebastien Bourdeauducq 2020-11-06 12:24:20 +08:00
parent df36762bfe
commit d53eed3880
1 changed files with 0 additions and 5 deletions

View File

@ -82,11 +82,6 @@ in
phaser-fpga = pkgs.stdenv.mkDerivation {
name = "phaser-fpga";
src = <phaserSrc>;
patchPhase = ''
substituteInPlace phaser.py \
--replace "Platform(load=True)" \
"Platform()"
'';
buildInputs = [ (pkgs.python3.withPackages(ps: [ artiqpkgs.migen artiqpkgs.misoc ])) ] ++ [ vivado ];
buildPhase = "python phaser.py";