about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-01 13:12:10 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-01 13:12:45 +0200
commitfca11ef5009bf43bcdb54bb414481fb25d72b379 (patch)
tree36eea3b612094c29314a8f15595468f6baab6d69 /pkgs/applications/science/math
parentb0c1424788c5b7f6397c08836e3e5a523bda0835 (diff)
Fix evaluation errors
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/mathematica/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/mathematica/default.nix b/pkgs/applications/science/math/mathematica/default.nix
index d0429a45190e0..cedb491cc8b9b 100644
--- a/pkgs/applications/science/math/mathematica/default.nix
+++ b/pkgs/applications/science/math/mathematica/default.nix
@@ -23,7 +23,7 @@ let
     else if stdenv.system == "x86_64-linux" then
       "Linux-x86-64"
     else
-      abort "Mathematica requires i686-linux or x86_64 linux";
+      throw "Mathematica requires i686-linux or x86_64 linux";
 in
 stdenv.mkDerivation rec {