wxGTK28: fix building + minor update

This commit is contained in:
Vladimír Čunát
2013-02-01 01:34:12 +01:00
parent aa0fb73064
commit f549fc477d
2 changed files with 10 additions and 8 deletions
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig ];
propagatedBuildInputs = [ mesa_noglu ];
passthru = { inherit (mesa_noglu) libdrm; };
passthru = { inherit (mesa_noglu) libdrm; inherit mesa_noglu; };
meta = {
description = "OpenGL utility library";