Merge pull request #213235 from Stunkymonkey/mathematica-deprecate-phases

mathematica{9,10,11}: deprecate phases
This commit is contained in:
Doron Behar 2023-06-03 11:47:36 +03:00 committed by GitHub
commit f204873aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -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 ==="

View File

@ -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 ==="

View File

@ -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 ==="