From 1f6c0992d56a2da4c0ad328c0395a74b5335d5dc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 26 Jun 2023 07:33:39 -0500 Subject: [PATCH] ensure kcoreaddons and sonnet are installed for devs without them --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index ee0da93..9d5505b 100644 --- a/shell.nix +++ b/shell.nix @@ -36,7 +36,8 @@ mkShell rec { libsForQt5.karchive # libsForQt5.kirigami-addons # libsForQt5.ki18n - # libsForQt5.kcoreaddons + libsForQt5.kcoreaddons + libsForQt5.sonnet # libsForQt5.kguiaddons # libsForQt5.kconfig