Skip to content

Commit 691b49e

Browse files
committed
#3338 cmake: build with aspell
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 1352f1d commit 691b49e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
pkg-config,
1717
xvfb-run,
1818
installShellFiles,
19+
aspell,
1920
}:
2021

2122
let
@@ -50,12 +51,14 @@ stdenv.mkDerivation {
5051
qtwebsockets
5152
botan3
5253
libgit2
54+
aspell
5355
] ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ];
5456

5557
cmakeFlags = [
5658
"-DQON_QT6_BUILD=ON"
5759
"-DBUILD_WITH_SYSTEM_BOTAN=ON"
5860
"-DBUILD_WITH_LIBGIT2=ON"
61+
"-DBUILD_WITH_ASPELL=ON"
5962
];
6063

6164
# Install shell completion on Linux (with xvfb-run)

0 commit comments

Comments
 (0)