qownnotes: add aspell support
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user