summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3/server.nix
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-06 21:50:10 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-08 22:10:41 +0100
commit6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2 (patch)
tree1ffd4022efa30c3e8a26955548b54c344cf337ff /pkgs/applications/networking/gns3/server.nix
parent023b99e916150bf68483d97be72ec03bdc8a9ac7 (diff)
downloadnixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.tar
nixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.tar.gz
nixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.tar.bz2
nixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.tar.lz
nixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.tar.xz
nixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.tar.zst
nixpkgs-6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2.zip
gns3-server: 2.2.43 -> 2.2.441
https://github.com/GNS3/gns3-server/releases/v2.2.44
https://github.com/GNS3/gns3-server/releases/v2.2.44.1
https://github.com/GNS3/gns3-server/compare/v2.2.43...v2.2.44.1
Diffstat (limited to 'pkgs/applications/networking/gns3/server.nix')
-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 48d48de83b2..8075402c095 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -32,7 +32,6 @@ python3.pkgs.buildPythonApplication {
     aiohttp-cors
     async-generator
     distro
-    importlib-resources
     jinja2
     jsonschema
     multidict
@@ -45,6 +44,8 @@ python3.pkgs.buildPythonApplication {
     truststore
     yarl
     zipstream
+  ] ++ lib.optionals (pythonOlder "3.9") [
+    importlib-resources
   ];
 
   postInstall = lib.optionalString (!stdenv.hostPlatform.isWindows) ''