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