From 7ab915da5258bde53b4eff567f7506ca628143eb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 16 Aug 2012 15:48:18 +0200 Subject: [PATCH] scala: enable 'fixupPhase' (among other things) which corrects the shebang paths of the installed scripts --- pkgs/development/compilers/scala/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/compilers/scala/default.nix b/pkgs/development/compilers/scala/default.nix index 340076cc1378..884efb2e015a 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 = ''