checkstyle: enable on jre platforms

This commit is contained in:
Mario Rodas 2019-06-01 05:25:44 -05:00
parent 02fff2771d
commit 49f164b7cf
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = http://checkstyle.sourceforge.net/;
license = licenses.lgpl21;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
platforms = jre.meta.platforms;
};
}