libtxc_dxtn_s2tc: Don't use libGLU_combined
This commit is contained in:
parent
46ff2efc72
commit
1dc80934f0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user