mesa: append version of mesa_noglu to mesa buildEnv name.

This commit is contained in:
Carles Pagès
2013-03-26 13:01:18 +01:00
parent 33798a9a08
commit ceacc508dc
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
passthru = { inherit libdrm; };
passthru = { inherit libdrm; inherit version; };
meta = {
description = "An open source implementation of OpenGL";