tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mathematica{9,10,11}: deprecate phases
Felix Buehler
2 years ago
04512a32
b3935e16
+6
-3
3 changed files
expand all
collapse all
unified
split
pkgs
applications
science
math
mathematica
10.nix
11.nix
9.nix
+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
77
-
phases = "unpackPhase installPhase fixupPhase";
77
77
+
dontConfigure = true;
78
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
78
-
phases = "unpackPhase installPhase fixupPhase";
78
78
+
dontConfigure = true;
79
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
67
-
phases = "unpackPhase installPhase fixupPhase";
67
67
+
dontConfigure = true;
68
68
+
dontBuild = true;
68
69
69
70
unpackPhase = ''
70
71
echo "=== Extracting makeself archive ==="