Fix evaluation errors

This commit is contained in:
Eelco Dolstra
2013-10-01 13:12:45 +02:00
parent b0c1424788
commit fca11ef500
3 changed files with 10 additions and 12 deletions
@@ -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 {