tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gnome3.gspell: complete meta attribute
Jan Tojnar
8 years ago
ed7607f4
3726a26d
+4
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
gnome-3
misc
gspell
default.nix
+4
pkgs/desktops/gnome-3/misc/gspell/default.nix
···
9
9
buildInputs = [ glib gtk3 isocodes ];
10
10
11
11
meta = with stdenv.lib; {
12
12
+
description = "A spell-checking library for GTK+ applications";
13
13
+
homepage = https://wiki.gnome.org/Projects/gspell;
14
14
+
license = licenses.lgpl21Plus;
15
15
+
maintainers = gnome3.maintainers;
12
16
platforms = platforms.linux;
13
17
};
14
18
}