* Fix Mesa-related evaluation errors.

svn path=/nixpkgs/trunk/; revision=8708
This commit is contained in:
Eelco Dolstra
2007-05-16 14:49:28 +00:00
parent ffa7b32970
commit 41291a5b26
3 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ let
target =
if stdenv.system == "i686-linux" then "linux-dri-x86" else
if stdenv.system == "x86_64-linux" then "linux-dri-x86-64" else
abort "unsupported platform for Mesa";
abort "unsupported platform for Mesa"; # !!! change to throw, remove all the mesa asserts in all-packages.nix
in