mesa: create a buildEnv that joins mesa (without glu) and glu

Since mesa-9.x, upstream has separated mesa and glu. @peti suggested using
buildEnv to create a mesa environment that acts like old mesa, which is what
this commit does.
This commit is contained in:
Carles Pagès
2013-03-24 12:36:33 +01:00
parent 3a157d2c6c
commit 68be54c8e2
3 changed files with 6 additions and 4 deletions
@@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig ];
propagatedBuildInputs = [ mesa_noglu ];
passthru = { inherit (mesa_noglu) libdrm; inherit mesa_noglu; };
meta = {
description = "OpenGL utility library";
homepage = http://cgit.freedesktop.org/mesa/glu/;