diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-04 15:40:31 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-04 15:40:31 +1000 |
| commit | 050ddf7c3e4ea6aa7a18087d17aee2a43781d0af (patch) | |
| tree | 58a93f727211aa79604891d6536b5e01b56ef795 /nix | |
| parent | plugin/cim: use QtConcurrent (diff) | |
| download | caelestia-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.nix | 4 |
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 = |