summary refs log tree commit diff
path: root/pkgs/development/compilers/scala/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-16 15:49:00 +0200
committerPeter Simons <simons@cryp.to>2012-08-16 15:49:00 +0200
commit2253afb4f1ba8fdae9c88e5a32e06f2db5de6740 (patch)
treeaa1d593c3cbeb70bb856f91f755c977446bb057d /pkgs/development/compilers/scala/default.nix
parent7ab915da5258bde53b4eff567f7506ca628143eb (diff)
downloadnixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.tar
nixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.tar.gz
nixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.tar.bz2
nixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.tar.lz
nixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.tar.xz
nixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.tar.zst
nixpkgs-2253afb4f1ba8fdae9c88e5a32e06f2db5de6740.zip
scala: cosmetic
Diffstat (limited to 'pkgs/development/compilers/scala/default.nix')
-rw-r--r--pkgs/development/compilers/scala/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/scala/default.nix b/pkgs/development/compilers/scala/default.nix
index 884efb2e015..a78ee06f652 100644
--- a/pkgs/development/compilers/scala/default.nix
+++ b/pkgs/development/compilers/scala/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   installPhase = ''
     mkdir -p $out
-    rm bin/*.bat
+    rm "bin/"*.bat
     mv * $out
   '';
 
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
       common programming patterns in a concise, elegant, and type-safe way.
       It smoothly integrates features of object-oriented and functional
       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.
     '';
     homepage = http://www.scala-lang.org/;