From 13d71893093003810fff328e2e980f22961cfd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 11 Sep 2024 12:39:53 +0200 Subject: devShells/c: switch from qt5 to qt6 --- devShells/c.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'devShells') diff --git a/devShells/c.nix b/devShells/c.nix index f1b98a3..e5ca0a6 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -45,13 +45,17 @@ pkgs.mkShell { SDL2 libffi.dev - # Qt - libsForQt5.qtbase - libsForQt5.qttranslations - libsForQt5.qtserialport - libsForQt5.qtwebsockets - libsForQt5.qtcharts - libsForQt5.qtwayland + # Qt6 + 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; } -- cgit v1.2.3