libsForQt5.sonnet: also build the hunspell backend
There are languages that don't have aspell dictionaries, so let's also build hunspell to cover both.
This commit is contained in:
parent
080f3eff01
commit
22dc5c7ee0
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ mkDerivation
|
||||
, extra-cmake-modules
|
||||
, aspell, qtbase, qttools
|
||||
, aspell, hunspell, qtbase, qttools
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "sonnet";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ aspell qttools ];
|
||||
buildInputs = [ aspell hunspell qttools ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue