Scala should work on all supported platforms
This commit is contained in:
parent
4105b593a5
commit
c308b10ec0
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = http://www.scala-lang.org/;
|
homepage = http://www.scala-lang.org/;
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user