scala: cosmetic

This commit is contained in:
Peter Simons 2012-08-16 15:49:00 +02:00
parent 7ab915da52
commit 2253afb4f1
1 changed files with 2 additions and 2 deletions
pkgs/development/compilers/scala

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out
rm bin/*.bat rm "bin/"*.bat
mv * $out mv * $out
''; '';
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
common programming patterns in a concise, elegant, and type-safe way. common programming patterns in a concise, elegant, and type-safe way.
It smoothly integrates features of object-oriented and functional It smoothly integrates features of object-oriented and functional
languages, enabling Java and other programmers to be more productive. languages, enabling Java and other programmers to be more productive.
Code sizes are typically reduced by a factor of two to three when Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application. compared to an equivalent Java application.
''; '';
homepage = http://www.scala-lang.org/; homepage = http://www.scala-lang.org/;