* Fix Mesa-related evaluation errors.
svn path=/nixpkgs/trunk/; revision=8708
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user