mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
gns3Packages: eval and build (#437194)
This commit is contained in:
@@ -7804,7 +7804,7 @@ with pkgs;
|
||||
|
||||
#GMP ex-satellite, so better keep it near gmp
|
||||
# A GMP fork
|
||||
gns3Packages = dontRecurseIntoAttrs (callPackage ../applications/networking/gns3 { });
|
||||
gns3Packages = recurseIntoAttrs (callPackage ../applications/networking/gns3 { });
|
||||
gns3-gui = gns3Packages.guiStable;
|
||||
gns3-server = gns3Packages.serverStable;
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
with super;
|
||||
lib.mapAttrs (_: set: recurseIntoAttrs set) {
|
||||
inherit (super)
|
||||
gns3Packages
|
||||
platformioPackages
|
||||
rPackages
|
||||
sourceHanPackages
|
||||
|
||||
Reference in New Issue
Block a user