7 , gobject-introspection
18 stdenv.mkDerivation rec {
19 pname = "libspelling";
22 outputs = [ "out" "dev" "devdoc" ];
24 src = fetchFromGitLab {
25 domain = "gitlab.gnome.org";
29 hash = "sha256-OOSQgdtnEx6/5yKwavCGdY/5L0Mr3XW0Srmd42ZTdUk=";
50 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
51 moveToOutput "share/doc" "$devdoc"
54 passthru.updateScript = nix-update-script { };
57 description = "Spellcheck library for GTK 4";
58 homepage = "https://gitlab.gnome.org/chergert/libspelling";
59 license = licenses.lgpl21Plus;
60 changelog = "https://gitlab.gnome.org/chergert/libspelling/-/raw/${version}/NEWS";
61 maintainers = with maintainers; [ chuangzhu ];