aspell: set meta.platforms

This commit is contained in:
Bjørn Forsman 2014-10-27 18:52:28 +01:00
parent e8dc583eb4
commit 2099f6282f

View File

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://aspell.net/;
license = stdenv.lib.licenses.lgpl2Plus;
maintainers = [ ];
platforms = with stdenv.lib.platforms; all;
};
}