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 {
|
phaser-fpga = pkgs.stdenv.mkDerivation {
|
||||||
name = "phaser-fpga";
|
name = "phaser-fpga";
|
||||||
src = <phaserSrc>;
|
src = <phaserSrc>;
|
||||||
patchPhase = ''
|
|
||||||
substituteInPlace phaser.py \
|
|
||||||
--replace "Platform(load=True)" \
|
|
||||||
"Platform()"
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [ (pkgs.python3.withPackages(ps: [ artiqpkgs.migen artiqpkgs.misoc ])) ] ++ [ vivado ];
|
buildInputs = [ (pkgs.python3.withPackages(ps: [ artiqpkgs.migen artiqpkgs.misoc ])) ] ++ [ vivado ];
|
||||||
buildPhase = "python phaser.py";
|
buildPhase = "python phaser.py";
|
||||||
|
|
Loading…
Reference in New Issue