3
0
Fork 0
forked from mirrors/nixpkgs

scala: enable 'fixupPhase' (among other things) which corrects the shebang paths of the installed scripts

This commit is contained in:
Peter Simons 2012-08-16 15:48:18 +02:00
parent cf2071e9c0
commit 7ab915da52

View file

@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
mv * $out
'';
phases = "unpackPhase installPhase";
meta = {
description = "Scala is a general purpose programming language";
longDescription = ''