mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #261249 from K900/sonnet-hunspell
libsForQt5.sonnet: also build the hunspell backend
This commit is contained in:
commit
699d03a2d1
@ -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 New Issue
Block a user