summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-04 15:40:31 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-04 15:40:31 +1000
commit050ddf7c3e4ea6aa7a18087d17aee2a43781d0af (patch)
tree58a93f727211aa79604891d6536b5e01b56ef795 /nix
parentplugin/cim: use QtConcurrent (diff)
downloadcaelestia-shell-050ddf7c3e4ea6aa7a18087d17aee2a43781d0af.tar.gz
caelestia-shell-050ddf7c3e4ea6aa7a18087d17aee2a43781d0af.tar.bz2
caelestia-shell-050ddf7c3e4ea6aa7a18087d17aee2a43781d0af.zip
plugin: add qalculator
For launcher >calc instead of qalc proc
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/default.nix b/nix/default.nix
index b97bc1b..acb6d8f 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -95,8 +95,8 @@
fileset = lib.fileset.union ./../CMakeLists.txt ./../plugin;
};
- nativeBuildInputs = [cmake ninja];
- buildInputs = [qt6.qtbase qt6.qtdeclarative];
+ nativeBuildInputs = [cmake ninja pkg-config];
+ buildInputs = [qt6.qtbase qt6.qtdeclarative libqalculate];
dontWrapQtApps = true;
cmakeFlags =