libtxc_dxtn_s2tc: Don't use libGLU_combined

This commit is contained in:
adisbladis 2019-11-07 16:37:02 +00:00
parent 46ff2efc72
commit 1dc80934f0
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, libGLU_combined }:
{ stdenv, fetchurl, autoreconfHook, libGL, libGLU }:
let version = "1.0"; in
@ -12,7 +12,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libGLU_combined ];
buildInputs = [ libGL libGLU ];
meta = {
description = "A patent-free S3TC compatible implementation";