mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
libtxc_dxtn: Don't use libGLU_combined
This commit is contained in:
parent
2de37c4698
commit
46ff2efc72
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, autoreconfHook, libGLU_combined }:
|
||||
{ stdenv, fetchurl, autoreconfHook, libGL, libGLU }:
|
||||
|
||||
let version = "1.0.1"; in
|
||||
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ libGLU_combined ];
|
||||
buildInputs = [ libGL libGLU ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://dri.freedesktop.org/wiki/S3TC;
|
||||
|
Loading…
Reference in New Issue
Block a user