diff options
-rw-r--r-- | devShells/c.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index c28eafb..f1b98a3 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -7,6 +7,10 @@ pkgs.mkShell { gdb pkg-config + autoconf + automake + libtool + gnumake bear meson @@ -40,6 +44,14 @@ pkgs.mkShell { # LVGL SDL2 libffi.dev + + # Qt + libsForQt5.qtbase + libsForQt5.qttranslations + libsForQt5.qtserialport + libsForQt5.qtwebsockets + libsForQt5.qtcharts + libsForQt5.qtwayland ]; meta.platforms = pkgs.lib.platforms.linux; } |