mesa: the build expression is not recursive
This commit is contained in:
parent
099ccef982
commit
ed7087a39b
@ -7,9 +7,10 @@ if ! stdenv.lib.lists.elem stdenv.system stdenv.lib.platforms.mesaPlatforms then
|
||||
throw "unsupported platform for Mesa"
|
||||
else
|
||||
|
||||
let version = "9.0.2"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
version = "9.0.2";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "mesa-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user