We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28f16b6 + 1a0f0b6 commit aa2c78fCopy full SHA for aa2c78f
pkgs/top-level/all-packages.nix
@@ -7804,7 +7804,7 @@ with pkgs;
7804
7805
#GMP ex-satellite, so better keep it near gmp
7806
# A GMP fork
7807
- gns3Packages = dontRecurseIntoAttrs (callPackage ../applications/networking/gns3 { });
+ gns3Packages = recurseIntoAttrs (callPackage ../applications/networking/gns3 { });
7808
gns3-gui = gns3Packages.guiStable;
7809
gns3-server = gns3Packages.serverStable;
7810
pkgs/top-level/packages-config.nix
@@ -11,7 +11,6 @@
11
with super;
12
lib.mapAttrs (_: set: recurseIntoAttrs set) {
13
inherit (super)
14
- gns3Packages
15
platformioPackages
16
rPackages
17
sourceHanPackages
0 commit comments