forked from M-Labs/nix-scripts
migen-axi: fix compat with nixpkgs 19.09
This commit is contained in:
parent
58f507580a
commit
57891b5cae
|
@ -236,6 +236,8 @@ rec {
|
||||||
--replace "future==0.18.2" "future"
|
--replace "future==0.18.2" "future"
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "ramda==0.5.5" "ramda"
|
--replace "ramda==0.5.5" "ramda"
|
||||||
|
substituteInPlace requirements.txt \
|
||||||
|
--replace "colorama==0.4.3" "colorama"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue