treewide: transition from mesa_noglu to libGL

This commit is contained in:
Alexander V. Nikolaev
2018-02-24 17:03:46 +02:00
parent 8da9b485ec
commit 8f2a22935c
50 changed files with 107 additions and 107 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, xlibsWrapper, mesa_noglu }:
{ stdenv, fetchurl, xlibsWrapper, libGL }:
let version = "8.3.0"; in
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "1vqb7s5m3fcg2csbiz45mha1pys2xx6rhw94fcyvapqdpm5iawy1";
};
buildInputs = [ xlibsWrapper mesa_noglu ];
buildInputs = [ xlibsWrapper libGL ];
configurePhase = "true";