1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: sonnet: Add support for aspell dictionaries.

* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add aspell.
This commit is contained in:
Efraim Flashner
2023-06-06 23:32:24 +03:00
parent 2df940ab27
commit 5b3931c2ae

View File

@@ -40,6 +40,7 @@
#:use-module (gnu packages acl)
#:use-module (gnu packages admin)
#:use-module (gnu packages aidc)
#:use-module (gnu packages aspell)
#:use-module (gnu packages attr)
#:use-module (gnu packages avahi)
#:use-module (gnu packages base)
@@ -1450,7 +1451,8 @@ system.")
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
(inputs
(list hunspell
(list aspell
hunspell
;; TODO: hspell (for Hebrew), Voikko (for Finish)
qtdeclarative-5
qtbase-5))