qownnotes: add aspell support

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle
2025-10-03 14:12:33 +02:00
parent c6cf49a055
commit ed701fa31d
+3
View File
@@ -13,6 +13,7 @@
xvfb-run,
versionCheckHook,
nix-update-script,
aspell,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
qt6Packages.qtwebsockets
botan3
libgit2
aspell
]
++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ];
@@ -49,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
"-DQON_QT6_BUILD=ON"
"-DBUILD_WITH_SYSTEM_BOTAN=ON"
"-DBUILD_WITH_LIBGIT2=ON"
"-DBUILD_WITH_ASPELL=ON"
];
# Install shell completion on Linux (with xvfb-run)