nuspell: add platforms

This commit is contained in:
Mario Rodas 2020-12-20 04:20:00 +00:00
parent 68dfd5df47
commit 4a8ed1661d

View File

@ -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;
};