about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-05 23:30:49 +0200
committerGitHub <noreply@github.com>2021-06-05 23:30:49 +0200
commit8dbcb67680e5bda68d394c89321faa91eefb9227 (patch)
tree56cee02de79f38fcff4db85cf69c96665341f793 /pkgs
parent90f21731ac5036fbf1c9fcb76ac5f47c5c03bbc2 (diff)
parentfb9ad3bd7abd478be203518f978a30ca3e6d2e75 (diff)
Merge pull request #125580 from sophrosyne97/fix_gns3-server
gns3-server: fix build error
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/gns3/server.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index b0d215c47bb41..47bf0eb106bf7 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; [