forked from mirrors/nixpkgs
Merge pull request #105965 from piegamesde/master
libsForQt5.sonnet: Switch from hunspell to aspell
This commit is contained in:
commit
7138a338b5
|
@ -1,6 +1,6 @@
|
|||
{ mkDerivation, lib
|
||||
, extra-cmake-modules
|
||||
, hunspell, qtbase, qttools
|
||||
, aspell, qtbase, qttools
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -10,6 +10,6 @@ mkDerivation {
|
|||
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ hunspell qttools ];
|
||||
buildInputs = [ aspell qttools ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue