Skip to content

Commit

Permalink
Merge pull request #326646 from anthonyroussel/fix-gns3-gui-build
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jul 26, 2024
2 parents 3b06d88 + d203ca9 commit 6a03708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/gns3/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{ callPackage
, libsForQt5
, python311
}:

let
mkGui = args: callPackage (import ./gui.nix (args)) {
inherit (libsForQt5) wrapQtAppsHook;
python3 = python311;
};

mkServer = args: callPackage (import ./server.nix (args)) { };
Expand Down
3 changes: 2 additions & 1 deletion pkgs/applications/networking/gns3/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ python3.pkgs.buildPythonApplication rec {
psutil
sentry-sdk
setuptools
sip4 (pyqt5.override { withWebSockets = true; })
sip
(pyqt5.override { withWebSockets = true; })
truststore
qt5.qtwayland
] ++ lib.optionals (pythonOlder "3.9") [
Expand Down

0 comments on commit 6a03708

Please sign in to comment.