forked from M-Labs/nix-scripts
phaser: remove unnecessary patch
This commit is contained in:
parent
df36762bfe
commit
d53eed3880
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue