glxinfo: Drop dependency on mesa-noglu.dev and glu.dev

(cherry picked from commit 9354e0e518)
This commit is contained in:
Eelco Dolstra 2016-09-27 13:27:58 +02:00
parent 451a468d34
commit 29e57d8d3f

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, xlibsWrapper, mesa}:
{ stdenv, fetchurl, xlibsWrapper, mesa_noglu }:
let version = "8.3.0"; in
@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "1vqb7s5m3fcg2csbiz45mha1pys2xx6rhw94fcyvapqdpm5iawy1";
};
buildInputs = [xlibsWrapper mesa];
buildInputs = [ xlibsWrapper mesa_noglu ];
configurePhase = "true";