treewide: Get rid of libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, libGLU_combined, glew, freetype, fontconfig, fribidi, libX11 }:
|
||||
{ stdenv, fetchurl, libGLU, libGL, glew, freetype, fontconfig, fribidi, libX11 }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "quesoglc";
|
||||
version = "0.7.2";
|
||||
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "0cf9ljdzii5d4i2m23gdmf3kn521ljcldzq69lsdywjid3pg5zjl";
|
||||
};
|
||||
buildInputs = [ libGLU_combined glew freetype fontconfig fribidi libX11 ];
|
||||
buildInputs = [ libGLU libGL glew freetype fontconfig fribidi libX11 ];
|
||||
# FIXME: Configure fails to use system glew.
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free implementation of the OpenGL Character Renderer";
|
||||
|
||||
Reference in New Issue
Block a user