aboutsummaryrefslogtreecommitdiff
path: root/devShells/qt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/qt.nix')
-rw-r--r--devShells/qt.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/devShells/qt.nix b/devShells/qt.nix
index e16af50..8bcce47 100644
--- a/devShells/qt.nix
+++ b/devShells/qt.nix
@@ -6,7 +6,10 @@ let
in pkgs.mkShell {
packages = (with pkgs; with libsForQt5; [
- qt5.qtbase
+ qtbase
+ qtserialport
+ qtserialport
+ qtwebsockets
doctest
(qcoro.overrideAttrs (oldAttrs: {