From 304b10c07f769bbc31997d2ac7edb95c632ba823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 6 May 2024 12:42:37 +0200 Subject: devShells/c: add autotools and Qt5 --- devShells/c.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'devShells') 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; } -- cgit v1.2.3