nuspell: add platforms
This commit is contained in:
parent
68dfd5df47
commit
4a8ed1661d
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Free and open source C++ spell checking library";
|
||||
homepage = "https://nuspell.github.io/";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
license = licenses.lgpl3Plus;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue