libtxc_dxtn_s2tc: Don't use libGLU_combined

This commit is contained in:
adisbladis
2019-11-09 10:34:51 +00:00
parent 46ff2efc72
commit 1dc80934f0
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, libGLU_combined }: { stdenv, fetchurl, autoreconfHook, libGL, libGLU }:
let version = "1.0"; in let version = "1.0"; in
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libGLU_combined ]; buildInputs = [ libGL libGLU ];
meta = { meta = {
description = "A patent-free S3TC compatible implementation"; description = "A patent-free S3TC compatible implementation";