about 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:48:18 +0200
committerPeter Simons <simons@cryp.to>2012-08-16 15:48:18 +0200
commit7ab915da5258bde53b4eff567f7506ca628143eb (patch)
tree71acd7019f64053abb98e01206700134c63b3075 /pkgs/development/compilers/scala/default.nix
parentcf2071e9c018daa083858c67ca7b5b62402d58cd (diff)
scala: enable 'fixupPhase' (among other things) which corrects the shebang paths of the installed scripts
Diffstat (limited to 'pkgs/development/compilers/scala/default.nix')
-rw-r--r--pkgs/development/compilers/scala/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/compilers/scala/default.nix b/pkgs/development/compilers/scala/default.nix
index 340076cc1378e..884efb2e015a7 100644
--- a/pkgs/development/compilers/scala/default.nix
+++ b/pkgs/development/compilers/scala/default.nix
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
     mv * $out
   '';
 
-  phases = "unpackPhase installPhase";
-
   meta = {
     description = "Scala is a general purpose programming language";
     longDescription = ''