migen-axi: fix compat with nixpkgs 19.09

pull/30/head
Sebastien Bourdeauducq 2020-04-10 17:12:50 +08:00
parent 58f507580a
commit 57891b5cae
1 changed files with 2 additions and 0 deletions

View File

@ -236,6 +236,8 @@ rec {
--replace "future==0.18.2" "future"
substituteInPlace requirements.txt \
--replace "ramda==0.5.5" "ramda"
substituteInPlace requirements.txt \
--replace "colorama==0.4.3" "colorama"
'';