3
0
Fork 0
forked from mirrors/nixpkgs

mesa: the build expression is not recursive

This commit is contained in:
Peter Simons 2013-01-28 17:38:42 +01:00
parent 099ccef982
commit ed7087a39b

View file

@ -7,9 +7,10 @@ if ! stdenv.lib.lists.elem stdenv.system stdenv.lib.platforms.mesaPlatforms then
throw "unsupported platform for Mesa" throw "unsupported platform for Mesa"
else else
let version = "9.0.2"; in let
version = "9.0.2";
stdenv.mkDerivation rec { in
stdenv.mkDerivation {
name = "mesa-${version}"; name = "mesa-${version}";
src = fetchurl { src = fetchurl {