qt4: maintenance update 4.8.4 -> 4.8.5

Also fixed search path for libGL.
Tested building against master.
This commit is contained in:
Vladimír Čunát
2013-07-04 11:37:25 +02:00
parent b0b5c24fa6
commit e9f0d1013d
5 changed files with 66 additions and 97 deletions

View File

@@ -137,7 +137,7 @@ stdenv.mkDerivation {
'';
#ToDo: @vcunat isn't sure if drirc will be found when in $out/etc/, but it doesn't seem important ATM
passthru = { inherit libdrm; inherit version; };
passthru = { inherit libdrm version driverLink; };
meta = {
description = "An open source implementation of OpenGL";