summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3/server.nix
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-08 21:08:11 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-09 09:57:25 -0700
commit735d9c7fc3d34cba643d89965b938180375645f0 (patch)
tree9dc23f089b15608f442bfb8c4f3413694eb57e21 /pkgs/applications/networking/gns3/server.nix
parente04428a3a8e4e672314011c07d56c18b62e34e89 (diff)
downloadnixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.tar
nixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.tar.gz
nixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.tar.bz2
nixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.tar.lz
nixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.tar.xz
nixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.tar.zst
nixpkgs-735d9c7fc3d34cba643d89965b938180375645f0.zip
python3.pkgs.async-generator: rename from async_generator
Diffstat (limited to 'pkgs/applications/networking/gns3/server.nix')
-rw-r--r--pkgs/applications/networking/gns3/server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index e7c548c67d0..fef781e1c0c 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication {
     aiofiles
     aiohttp
     aiohttp-cors
-    async_generator
+    async-generator
     distro
     importlib-resources
     jinja2