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