diff options
Diffstat (limited to 'devShells/c.nix')
-rw-r--r-- | devShells/c.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index c28eafb..9a2db98 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,18 @@ pkgs.mkShell { # LVGL SDL2 libffi.dev + + # Qt + qt6.qttools + qt6.qtbase + qt6.qttranslations + qt6.qtserialport + qt6.qtwebsockets + qt6.qtcharts + qt6.qtsvg + qt6.qtnetworkauth + qt6.qtwayland + qt6.wrapQtAppsHook ]; meta.platforms = pkgs.lib.platforms.linux; } |