checkstyle: enable on jre platforms
This commit is contained in:
parent
02fff2771d
commit
49f164b7cf
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue