From fb9ad3bd7abd478be203518f978a30ca3e6d2e75 Mon Sep 17 00:00:00 2001 From: sophrosyne97 Date: Thu, 3 Jun 2021 18:29:55 -0400 Subject: [PATCH] gns3-server: fix build error --- pkgs/applications/networking/gns3/server.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix index b0d215c47bb..47bf0eb106b 100644 --- a/pkgs/applications/networking/gns3/server.nix +++ b/pkgs/applications/networking/gns3/server.nix @@ -24,7 +24,8 @@ in python.pkgs.buildPythonPackage { postPatch = '' substituteInPlace requirements.txt \ - --replace "aiohttp==3.6.2" "aiohttp>=3.6.2" + --replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \ + --replace "py-cpuinfo==7.0.0" "py-cpuinfo>=8.0.0" ''; propagatedBuildInputs = with python.pkgs; [