From 57891b5caec3ebe8b9926bb57bfc3b2cb4658df0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 10 Apr 2020 17:12:50 +0800 Subject: [PATCH] migen-axi: fix compat with nixpkgs 19.09 --- artiq-fast/pkgs/python-deps.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artiq-fast/pkgs/python-deps.nix b/artiq-fast/pkgs/python-deps.nix index d56179d..b764f93 100644 --- a/artiq-fast/pkgs/python-deps.nix +++ b/artiq-fast/pkgs/python-deps.nix @@ -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" '';