mathematica{9,10,11}: deprecate phases

This commit is contained in:
Felix Buehler
2023-06-02 18:10:52 +02:00
parent b3935e16ee
commit 04512a32bf
3 changed files with 6 additions and 3 deletions
@@ -74,7 +74,8 @@ stdenv.mkDerivation rec {
+ lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux")
(":" + lib.makeSearchPathOutput "lib" "lib64" buildInputs);
phases = "unpackPhase installPhase fixupPhase";
dontConfigure = true;
dontBuild = true;
unpackPhase = ''
echo "=== Extracting makeself archive ==="
@@ -75,7 +75,8 @@ stdenv.mkDerivation rec {
+ lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux")
(":" + lib.makeSearchPathOutput "lib" "lib64" buildInputs);
phases = "unpackPhase installPhase fixupPhase";
dontConfigure = true;
dontBuild = true;
unpackPhase = ''
echo "=== Extracting makeself archive ==="
@@ -64,7 +64,8 @@ stdenv.mkDerivation rec {
+ lib.optionalString (stdenv.hostPlatform.system == "x86_64-linux")
(":" + lib.makeSearchPathOutput "lib" "lib64" buildInputs);
phases = "unpackPhase installPhase fixupPhase";
dontConfigure = true;
dontBuild = true;
unpackPhase = ''
echo "=== Extracting makeself archive ==="