Scala should work on all supported platforms

This commit is contained in:
Shea Levy 2013-02-26 11:18:16 -05:00
parent 4105b593a5
commit c308b10ec0

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.scala-lang.org/;
license = "BSD";
platforms = stdenv.lib.platforms.all;
};
}