gtk-spell: add meta data
This commit is contained in:
parent
aed19d59ae
commit
59e9c12db3
@ -2,16 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtkspell-2.0.16";
|
name = "gtkspell-2.0.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz;
|
url = mirror://sourceforge/gtkspell/gtkspell-2.0.16.tar.gz;
|
||||||
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [aspell gtk2 enchant intltool];
|
buildInputs = [aspell gtk2 enchant intltool];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Word-processor-style highlighting and replacement of misspelled words";
|
||||||
|
homepage = http://gtkspell.sourceforge.net;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user