summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-04 09:50:28 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-05 12:51:21 +0100
commit5e3a73dba15250508bcf1d4c4d42bc2510021e4a (patch)
tree2227fc2c35b031d2b46977041e5c0c2974f2fca8 /pkgs/applications/networking/gns3
parentc3c8cb0f814a60e98777b37b02d0000f9206697b (diff)
downloadnixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.tar
nixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.tar.gz
nixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.tar.bz2
nixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.tar.lz
nixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.tar.xz
nixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.tar.zst
nixpkgs-5e3a73dba15250508bcf1d4c4d42bc2510021e4a.zip
gns3-server: Remove stale substituteInPlace
Diffstat (limited to 'pkgs/applications/networking/gns3')
-rw-r--r--pkgs/applications/networking/gns3/server.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index 62fdfd71f23..5ba6b57d5bd 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -34,10 +34,8 @@ in python.pkgs.buildPythonPackage {
   };
 
   postPatch = ''
-    # yarl 1.4+ only requires Python 3.6+
     substituteInPlace requirements.txt \
-      --replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
-      --replace "yarl==1.3.0" ""
+      --replace "aiohttp==3.6.2" "aiohttp>=3.6.2"
   '';
 
   propagatedBuildInputs = with python.pkgs; [