mathematica{9,10,11}: deprecate phases

+6 -3
+2 -1
pkgs/applications/science/math/mathematica/10.nix
··· 74 74 + lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux") 75 75 (":" + lib.makeSearchPathOutput "lib" "lib64" buildInputs); 76 76 77 - phases = "unpackPhase installPhase fixupPhase"; 77 + dontConfigure = true; 78 + dontBuild = true; 78 79 79 80 unpackPhase = '' 80 81 echo "=== Extracting makeself archive ==="
+2 -1
pkgs/applications/science/math/mathematica/11.nix
··· 75 75 + lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux") 76 76 (":" + lib.makeSearchPathOutput "lib" "lib64" buildInputs); 77 77 78 - phases = "unpackPhase installPhase fixupPhase"; 78 + dontConfigure = true; 79 + dontBuild = true; 79 80 80 81 unpackPhase = '' 81 82 echo "=== Extracting makeself archive ==="
+2 -1
pkgs/applications/science/math/mathematica/9.nix
··· 64 64 + lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux") 65 65 (":" + lib.makeSearchPathOutput "lib" "lib64" buildInputs); 66 66 67 - phases = "unpackPhase installPhase fixupPhase"; 67 + dontConfigure = true; 68 + dontBuild = true; 68 69 69 70 unpackPhase = '' 70 71 echo "=== Extracting makeself archive ==="