Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Comment on lines +7807 to 7809
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure why these don't cause rebuilds. I would expect gns3Packages.guiPreview and gns3Packages.serverPreview to show up as such.

@anthonyroussel any idea?


Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/packages-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
with super;
lib.mapAttrs (_: set: recurseIntoAttrs set) {
inherit (super)
gns3Packages
platformioPackages
rPackages
sourceHanPackages
Expand Down
Loading