tree-wide: random cleanups

This commit is contained in:
Jan Malakhovski 2018-04-17 08:26:39 +00:00
parent 8baaa433b6
commit 725de314ef
2 changed files with 6 additions and 5 deletions

View File

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ aspell glib hunspell hspell ];
meta = {
description = "Generic spell checking library";
homepage = http://www.abisource.com/enchant;
platforms = stdenv.lib.platforms.unix;
};