7 , gobject-introspection
19 stdenv.mkDerivation rec {
20 pname = "libspelling";
23 outputs = [ "out" "dev" "devdoc" ];
25 src = fetchFromGitLab {
26 domain = "gitlab.gnome.org";
30 hash = "sha256-6ggegeDR4UBP2LKn6lj0pOB1Iz7MwLEf9usIB28SEMA=";
52 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
53 moveToOutput "share/doc" "$devdoc"
56 passthru.updateScript = gnome.updateScript {
57 packageName = "libspelling";
61 description = "Spellcheck library for GTK 4";
62 homepage = "https://gitlab.gnome.org/GNOME/libspelling";
63 license = licenses.lgpl21Plus;
64 changelog = "https://gitlab.gnome.org/GNOME/libspelling/-/raw/${version}/NEWS";
65 maintainers = with maintainers; [ chuangzhu ] ++ teams.gnome.members;